74 current 2024-03-01 02:17:17 23.11.4801.b7ee09cf5614 6.1.79 *
This commit is contained in:
parent
96d5267072
commit
a2735e25cc
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue