Skip to content

Commit

Permalink
Update .config/nvim/init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Sep 17, 2024
1 parent 66832f0 commit 8b73627
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dot_config/nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
if not vim.g.vscode then
-- disable netrw at the very start of your init.lua
require("core.options")
require("core.keymaps")
-- disable netrw at the very start of your init.lua
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1

Expand All @@ -13,6 +15,3 @@ if not vim.g.vscode then
},
})
end

require("core.options")
require("core.keymaps")

0 comments on commit 8b73627

Please sign in to comment.