minor updatre
This commit is contained in:
parent
3129cc7bee
commit
7c1b64881b
9 changed files with 15 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ return {
|
|||
init = function()
|
||||
-- HACK: for filetypes that doesn't start treesitter hightlight on it's own
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = { "gleam", "go" },
|
||||
pattern = { "gleam", "go", "kotlin" },
|
||||
callback = function()
|
||||
vim.treesitter.start()
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue