Skip to content

Commit

Permalink
chore(nvim): move last two easily available plugins to nix
Browse files Browse the repository at this point in the history
topic:chorenvim-move-last-two-easily-available-plugins-to-nix
relative: chorenvim-move-asyncrunasynctasks-to-nix
labels:draft
  • Loading branch information
kaihowl committed Dec 15, 2024
1 parent ba743a7 commit c213cb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,16 @@ in
vim-addon-local-vimrc
asyncrun-vim
asynctasks-vim
fzf-lua
tcomment_vim

# Color schemes
edge
gruvbox
tokyonight-nvim
onehalf
papercolor-theme

# Completion plugins
nvim-cmp
cmp-nvim-lsp
Expand Down
4 changes: 0 additions & 4 deletions nvim/config--nvim--init.vim.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ Plug 'kaihowl/vim-indent-sentence'
Plug 'kaiuri/nvim-juliana'
Plug '1612492/github.vim'

Plug 'tomtom/tcomment_vim'

Plug 'ibhagwan/fzf-lua'

Plug 'gaving/vim-textobj-argument'

" the plug#end automatically calls "filetype plugin indent on" and "syntax enable"
Expand Down

0 comments on commit c213cb6

Please sign in to comment.