Skip to content

Commit 270a1c4

Browse files
committed
feat(treesitter): provide all necessary treesitter's by default and do not trigger signature help for now
1 parent 0825aca commit 270a1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/plugins/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ local plugins = {
9494
},
9595
config = function()
9696
require("nvim-treesitter.configs").setup {
97-
ensure_installed = { "lua", "vimdoc", "rust", "go" },
97+
ensure_installed = { "lua", "vimdoc", "rust", "go", "astro", "json", "toml", "markdown" },
9898
highlight = {
9999
enable = true,
100100
use_languagetree = true,
@@ -117,7 +117,7 @@ local plugins = {
117117
nerd_font_variant = "normal",
118118
accept = { auto_brackets = { enabled = true } },
119119

120-
trigger = { signature_help = { enabled = true } },
120+
-- trigger = { signature_help = { enabled = true } },
121121

122122
keymap = {
123123
show = "<C-space>",

0 commit comments

Comments
 (0)