neovim - gitsigns and cursorline

This commit is contained in:
Aria Nolan 2024-02-12 15:48:47 -05:00
parent c24e6e7ff7
commit 03847beac3

View file

@ -20,12 +20,13 @@
autoindent = true; autoindent = true;
copyindent = true; copyindent = true;
signcolumn = "yes"; signcolumn = "yes";
cursorline = true;
}; };
plugins = { plugins = {
lightline = { lightline = {
enable = true; enable = true;
}; };
gitgutter = { gitsigns = {
enable = true; enable = true;
}; };
}; };