Fix typo
This commit is contained in:
parent
3000d8bbfb
commit
1d34f21288
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ require("neovide")
|
|||
require("highlight_yank")
|
||||
require("lazy").setup({
|
||||
spec = { import = "plugins" },
|
||||
lockfile = "~/.confing/nvim/lazy-lock.json",
|
||||
lockfile = "~/.config/nvim/lazy-lock.json",
|
||||
performance = {
|
||||
disabled_plugins = { "netrwPlugin" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue