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 910c15fd42
commit 565b902df1
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
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

View file

@ -48,10 +48,6 @@ o.splitright = true
o.ignorecase = true
o.smartcase = true
-- Enable filetype.lua
g.do_filetype_lua = 1
g.did_load_filetypes = 0
-- Use mouse
o.mouse = 'a'