Skip to content

Commit

Permalink
nvim: Move plugin settings to their own file
Browse files Browse the repository at this point in the history
  • Loading branch information
OnurKader committed Jul 14, 2022
1 parent 07a4186 commit 8b6432b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require("options")
require("plugins")
require("keybinds")
require("lsp")
require("treesitter")
require("keybinds")
require("plugin_setups")

0 comments on commit 8b6432b

Please sign in to comment.