mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-15 00:14:59 +00:00
Fix typo
This commit is contained in:
parent
ab262abe66
commit
3a1d38a693
@ -17,7 +17,7 @@ require("neovide")
|
|||||||
require("highlight_yank")
|
require("highlight_yank")
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
spec = { import = "plugins" },
|
spec = { import = "plugins" },
|
||||||
lockfile = "~/.confing/nvim/lazy-lock.json",
|
lockfile = "~/.config/nvim/lazy-lock.json",
|
||||||
performance = {
|
performance = {
|
||||||
disabled_plugins = { "netrwPlugin" },
|
disabled_plugins = { "netrwPlugin" },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user