Compare commits

..

3 commits

Author SHA1 Message Date
Sanchayan Maity 23051f6c80
nvim: statusline: Fix git status being nil
signs.add/change/delete can be nil for a file not yet being tracked
with git. This was broken in 703d23c.
2024-04-09 14:11:51 +05:30
Sanchayan Maity 26b2315dca
vale: Update styles 2024-04-09 14:11:51 +05:30
Sanchayan Maity c5d423230a
arch-packages: Update package list 2024-04-09 14:11:50 +05:30
2 changed files with 2 additions and 1 deletions

View file

@ -374,7 +374,6 @@ unzip
upower
usb_modeswitch
usbutils
uv
v4l2loopback-dkms
valgrind
vimiv-qt

View file

@ -1,6 +1,8 @@
local remap = vim.keymap.set
local opts = { noremap=true, silent=true, unique=true }
-- Comment lines
require('mini.comment').setup()
-- Diff hunks
require('mini.diff').setup({
view = {