disable filetype 'gitcommit'

neovim_0.6
ray-x 2 years ago
parent d024335c91
commit cfe8738ad5

@ -697,6 +697,7 @@ local function setup(user_opts)
'txt', 'txt',
'defx', 'defx',
'packer', 'packer',
'gitcommit',
} }
for i = 1, #disable_ft do for i = 1, #disable_ft do
if ft == disable_ft[i] or _LoadedFiletypes[ft] then if ft == disable_ft[i] or _LoadedFiletypes[ft] then

Loading…
Cancel
Save