mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-13 06:04:03 +00:00
chore(nvim): add lazy dev path, enable profiling
This commit is contained in:
@@ -52,9 +52,15 @@ require('lazy').setup(
|
|||||||
-- No need to notify about changes
|
-- No need to notify about changes
|
||||||
notify = false,
|
notify = false,
|
||||||
},
|
},
|
||||||
|
dev = {
|
||||||
|
path = '~/Code/nvim', -- Load wip plugins from this path
|
||||||
|
},
|
||||||
install = {
|
install = {
|
||||||
colorscheme = { vim.g.colors_theme },
|
colorscheme = { vim.g.colors_theme },
|
||||||
},
|
},
|
||||||
|
profiling = {
|
||||||
|
loader = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user