mirror of
https://github.com/sadan4/nvim.git
synced 2025-01-17 18:53:30 -05:00
thing2
This commit is contained in:
parent
1e120b1eb6
commit
5fc347a599
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -14,8 +14,8 @@ vim.opt.rtp:prepend(lazypath)
|
|||
if vim.g.vscode then
|
||||
require"vscodePlugins"
|
||||
else
|
||||
require"sets"
|
||||
require"plugins"
|
||||
require"setup"
|
||||
require"keymap"
|
||||
require"sets"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue