nvim: lua: plugins: Fix paq cleaning itself
Since PaqClean cleans up anything in packages directory that are not in configuration, including itself, it is necessary to include paq itself in the packages list.
This commit is contained in:
parent
b1c51c6e83
commit
a382ca376a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
vim.cmd 'packadd paq-nvim'
|
||||
local paq = require'paq-nvim'.paq
|
||||
|
||||
paq {'savq/paq-nvim', opt = true}
|
||||
-- Vertical Motion
|
||||
paq 'justinmk/vim-sneak'
|
||||
-- Search
|
||||
|
|
Loading…
Reference in a new issue