Skip to content

Commit f2f379b

Browse files
author
Ali Shahid
committed
[init.lua] refactor
1 parent e2bdc8e commit f2f379b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

init.lua

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ vim.g.maplocalleader = '|'
2929

3030
-- plugin config to improve start-up time.
3131
-- 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!
34-
35-
require('configs') -- plugin independent configs
36-
require('autocmd') -- automatic commands
37-
require('mappings') -- plugin independent mappings
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!
34+
require('configs') -- plugin independent configs
35+
require('autocmd') -- automatic commands
36+
require('mappings') -- plugin independent mappings
3837
require('customs/override_defalut') -- always put this config(override_defalut) at last because it's use to overide the any already defined config
3938

4039

0 commit comments

Comments
 (0)