add go tools to nvim
This commit is contained in:
parent
9abd5dde3f
commit
4458a8755e
3 changed files with 3 additions and 2 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" },
|
||||
pattern = { "gleam", "go" },
|
||||
callback = function()
|
||||
vim.treesitter.start()
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue