mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 01:48:27 +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
|
||||
notify = false,
|
||||
},
|
||||
dev = {
|
||||
path = '~/Code/nvim', -- Load wip plugins from this path
|
||||
},
|
||||
install = {
|
||||
colorscheme = { vim.g.colors_theme },
|
||||
},
|
||||
profiling = {
|
||||
loader = true,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user