1
0
Fork 0
forked from foxora/nix

neovim: added gitsigns, moved color stuff into colors.lua, modified telescope and fyler

This commit is contained in:
foxora 2026-03-14 22:09:13 +00:00
parent 1d6eec78f0
commit c2a581e1be
8 changed files with 296 additions and 82 deletions

View file

@ -162,10 +162,15 @@ in {
comment = [
comment-nvim
];
git = [
resolve-nvim
vim-fugitive
];
git = {
merge = [
resolve-nvim
vim-fugitive
];
gitsigns = [
gitsigns-nvim
];
};
lang = {
java = [
nvim-jdtls
@ -247,7 +252,10 @@ in {
format = true;
comment = true;
git = false; # not really setup yet
git = {
merge = false; # not really setup yet.. </3
gitsigns = true;
};
lang = {
lua.lsp = true;