neovim-config/lua/core
Akianonymus adf0168dcc plugins: More lazy load, yay
use vim.defer_fn to load the plugins after entering the ui

add the lazy load to setup

lazy load gitsigns, neoscroll, lspinstall and vim-matchup using this method

rearrange according to startup sequence
2021-08-26 19:41:27 +05:30
..
autocmds.lua Remove some unneeded events when hiding statusline 2021-08-22 17:54:10 +05:30
init.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
mappings.lua clean mappings conf 2021-08-25 20:13:47 +05:30
options.lua config: Expose tabstop option 2021-08-22 17:54:10 +05:30
utils.lua plugins: More lazy load, yay 2021-08-26 19:41:27 +05:30