feat(neovim): use built-in package manager.
This commit is contained in:
parent
3b5eceb42f
commit
1f52e22b17
11 changed files with 50 additions and 101 deletions
|
|
@ -26,6 +26,5 @@ vim.opt.inccommand = "split"
|
|||
-- ignore case
|
||||
vim.opt.ignorecase = true
|
||||
|
||||
-- setup leader and local leader
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = ";"
|
||||
-- disable neovim swap files
|
||||
vim.opt.swapfile = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue