feat(plugins): add filetype.nvim for perf
This commit is contained in:
parent
a00aaa6361
commit
54bcdf47fb
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ return packer.startup(function()
|
|||
end,
|
||||
})
|
||||
|
||||
use('nathom/filetype.nvim')
|
||||
|
||||
use({ 'nvim-lua/plenary.nvim' })
|
||||
|
||||
use({ -- color scheme
|
||||
|
|
Loading…
Add table
Reference in a new issue