Update neovim config to use lazyvim

This commit is contained in:
Gabriel Brown
2026-05-16 14:26:09 -04:00
parent 19b8ec2542
commit 372a0f60e5
36 changed files with 592 additions and 1522 deletions
+11
View File
@@ -0,0 +1,11 @@
return {
-- Remove S-h/S-l buffer navigation — conflicts with desktop environment window manager
-- Buffer navigation is on C-h/l (set in keymaps.lua)
{
"akinsho/bufferline.nvim",
keys = {
{ "<S-h>", false },
{ "<S-l>", false },
},
},
}