Use filetype.nvim for now instead of filetype.lua for now since it

stopped working
This commit is contained in:
Marko Korhonen 2022-07-25 16:23:26 +03:00
parent 0dd8c5c44d
commit 99adba52d3
2 changed files with 3 additions and 4 deletions

View file

@ -112,6 +112,9 @@ require('packer').startup(function()
-- Vim <3 Asciidoctor
use 'habamax/vim-asciidoctor'
-- Modern filetype.vim replacement
use("nathom/filetype.nvim")
end)
-- Install plugins if packer was not installed