try out filetype.nvim

This commit is contained in:
Vladan Popovic 2023-09-24 01:24:52 +02:00
parent af32327977
commit 8ab3473583
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ return require('packer').startup(function()
use { 'rust-lang/rust.vim' } use { 'rust-lang/rust.vim' }
use { 'vim-scripts/DrawIt' } use { 'vim-scripts/DrawIt' }
use { 'gleam-lang/gleam.vim' } use { 'gleam-lang/gleam.vim' }
use { 'nathom/filetype.nvim' }
use { 'stevearc/oil.nvim' } use { 'stevearc/oil.nvim' }
end) end)