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;
copyindent = true;
signcolumn = "yes";
cursorline = true;
};
plugins = {
lightline = {
enable = true;
};
gitgutter = {
gitsigns = {
enable = true;
};
};