forked from foxora/nix
added git stuff to neovim config
This commit is contained in:
parent
86fcbcbfbb
commit
6a3c29ef39
4 changed files with 50 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue