Skip to content

Commit

Permalink
chore(nvim): move completion plugins to nix (#869)
Browse files Browse the repository at this point in the history
topic: chorenvim-move-completion-plugins-to-nix
relative:chorenvim-move-available-color-schemes-to-nix
labels:draft
  • Loading branch information
kaihowl authored Dec 15, 2024
1 parent fd9de6c commit bea77c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 7 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ in
tokyonight-nvim
onehalf
papercolor-theme
# Completion plugins
nvim-cmp
cmp-nvim-lsp
cmp-buffer
cmp-vsnip
vim-vsnip
vim-vsnip-integ
];
withNodeJs = false;
withPython3 = true;
Expand Down
8 changes: 0 additions & 8 deletions nvim/config--nvim--init.vim.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,6 @@ Plug 'stevearc/oil.nvim'

Plug 'vim-scripts/linediff.vim'

Plug 'hrsh7th/nvim-cmp'
Plug 'hrsh7th/cmp-nvim-lsp'
Plug 'hrsh7th/cmp-buffer'
Plug 'hrsh7th/cmp-vsnip'

Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'

Plug 'kaihowl/vim-indent-sentence'

Plug 'kaiuri/nvim-juliana'
Expand Down

0 comments on commit bea77c3

Please sign in to comment.