1
0
Fork 0
forked from foxora/nix

added git stuff to neovim config

This commit is contained in:
foxora 2026-03-04 18:08:06 +00:00
parent 86fcbcbfbb
commit 6a3c29ef39
4 changed files with 50 additions and 2 deletions

View file

@ -111,8 +111,7 @@ in {
};
optionalPlugins = with pkgs.vimPlugins; {
general = [
];
general = [];
ui = [
dressing-nvim
];
@ -152,6 +151,10 @@ in {
comment = [
comment-nvim
];
git = [
resolve-nvim
vim-fugitive
];
lang = {
java = [
nvim-jdtls
@ -225,12 +228,16 @@ in {
qol = true;
telescope = true;
fyler = true;
lsp = true;
completion = true;
treesitter = true;
format = true;
comment = true;
git = false; # not really setup yet
lang = {
lua = true;
nix = true;