Neovim: remove filetype.nvim

This commit is contained in:
Marko Korhonen 2022-08-14 20:38:38 +03:00
parent c578871998
commit e89683ff77

View file

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