mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
touching nvim in special places
This commit is contained in:
parent
1c5dd5bd9c
commit
e8d1b84519
11 changed files with 121 additions and 59 deletions
|
|
@ -23,5 +23,13 @@ vim.opt.rtp:prepend(lazypath)
|
|||
require("lazy").setup('plugins', {
|
||||
dev = {
|
||||
path = "~/code/nvim_plugins",
|
||||
},
|
||||
performance = {
|
||||
rtp = {
|
||||
disabled_plugins = {
|
||||
"netrwPlugin",
|
||||
-- "tutor"
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue