You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: init.lua
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,11 @@ vim.g.maplocalleader = '|'
29
29
30
30
-- plugin config to improve start-up time.
31
31
-- it should be always on top of init.lua file
32
-
require('plugins/impatient_nvim') -- impatient needs to be setup before any other lua plugin is loaded so it is recommended you add the following near the start of your
33
-
require('plugins/filetype_nvim') -- Easily speed up your neovim startup time!
require('plugins/impatient_nvim') -- impatient needs to be setup before any other lua plugin is loaded so it is recommended you add the following near the start of your
33
+
require('plugins/filetype_nvim') -- Easily speed up your neovim startup time!
0 commit comments