74 current 2024-03-01 02:17:17 23.11.4801.b7ee09cf5614 6.1.79 *

This commit is contained in:
Sky Hearn 2024-03-01 13:43:45 -08:00
parent 96d5267072
commit a2735e25cc
1 changed files with 13 additions and 0 deletions

View File

@ -139,6 +139,19 @@ clipcatd &
signByDefault = false; signByDefault = false;
}; };
}; };
programs.neovim.plugins = [
pkgs.vimPlugins.nvim-lspconfig
{
plugin = pkgs.vimPlugins.nvim-lspconfig;
}
pkgs.vimPlugins.nvim-tree-lua
{
plugin = pkgs.vimPlugins.vim-startify;
config = "let g:startify_change_to_vcs_root = 0";
}
];
home.stateVersion = "23.11"; home.stateVersion = "23.11";
}; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run: