plugins..
This commit is contained in:
parent
4768034eb8
commit
0505088df0
1 changed files with 19 additions and 0 deletions
|
|
@ -33,6 +33,25 @@
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
vim-surround
|
||||||
|
limelight-vim
|
||||||
|
goyo
|
||||||
|
vim-nix
|
||||||
|
vim-fish
|
||||||
|
ultisnips
|
||||||
|
typescript-nvim
|
||||||
|
vim-snippets
|
||||||
|
vim-slime
|
||||||
|
vim-easyalign
|
||||||
|
nvim-colorizer-lua
|
||||||
|
papercolor-theme
|
||||||
|
vim-commentary
|
||||||
|
vim-repeat
|
||||||
|
vim-speeddating
|
||||||
|
vim-surround
|
||||||
|
vim-unimpaired
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# home.sessionVariables = {
|
# home.sessionVariables = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue