Finish setting up noice

This commit is contained in:
2023-09-19 16:05:35 +02:00
parent f12eff2a2d
commit 54d7f7c77c
3 changed files with 31 additions and 5 deletions
+10 -5
View File
@@ -18,13 +18,18 @@
require("nvim-treesitter.configs").setup({
ensure_installed = {
"c",
"lua",
"vim",
"vimdoc",
"query",
"c", -- recommended default
"lua", -- recommended default
"vim", -- recommended default
"vimdoc", -- recommended default
"query", -- recommended default
"luadoc",
"phpdoc",
"regex", -- for noice
"bash", -- for noice
"markdown", -- for noice
"markdown_inline", -- for noice
"org",
},
auto_install = true,