Skip to content

Commit

Permalink
add nvim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkki14 committed Jul 18, 2023
1 parent a322ec1 commit f5d579c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ in
configure = {
packages.myPlugins = with vimPlugins; {
# Seems vim-nix includes filetype detection
start = [ coc-nvim coc-java nerdtree gruvbox-material vim-nix nerdcommenter vim-qml haskell-vim ];
start = [
coc-nvim nerdtree gruvbox-material vim-nix nerdcommenter vim-cpp-enhanced-highlight
vim-qml haskell-vim /*neo-tree-nvim nvim-web-devicons nui-nvim coc-java*/ ];
opt = [];
};
customRC = (builtins.readFile ./nvimrc);
Expand Down

0 comments on commit f5d579c

Please sign in to comment.