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',
'defx',
'packer',
'gitcommit',
}
for i = 1, #disable_ft do
if ft == disable_ft[i] or _LoadedFiletypes[ft] then

Loading…
Cancel
Save