add impatient.nvim and filetype.nvim | improve startuptime

This commit is contained in:
siduck 2022-01-29 23:02:23 +05:30
parent 50aa25f307
commit e8b31c9308
4 changed files with 10 additions and 1 deletions

View file

@ -15,6 +15,8 @@ return packer.startup(function()
-- this is the nvchad core repo containing utilities for some features like theme swticher, no need to lazy load
use "Nvchad/extensions"
use "nvim-lua/plenary.nvim"
use "lewis6991/impatient.nvim"
use "nathom/filetype.nvim"
use {
"wbthomason/packer.nvim",