remove all commented and disabld filetypes
This commit is contained in:
parent
a1b652ab2c
commit
0c7103a269
1
init.lua
1
init.lua
|
|
@ -806,7 +806,6 @@ do
|
||||||
cs = true,
|
cs = true,
|
||||||
--TODO: not getting any lsp completion for svelte files
|
--TODO: not getting any lsp completion for svelte files
|
||||||
svelte = true,
|
svelte = true,
|
||||||
-- python = true,
|
|
||||||
}
|
}
|
||||||
if enabled_filetypes[vim.bo[bufnr].filetype] then
|
if enabled_filetypes[vim.bo[bufnr].filetype] then
|
||||||
return { timeout_ms = 500 }
|
return { timeout_ms = 500 }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue