fix: snippets
This commit is contained in:
parent
4cca98941e
commit
14c9fc6498
7 changed files with 50 additions and 26 deletions
|
|
@ -5,8 +5,24 @@ end
|
|||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
-- A list of parser names, or "all"
|
||||
ensure_installed = { "latex", "c", "cpp", "rust", "lua", "haskell", "java", "javascript", "typescript", "python", "html", "css",
|
||||
"yaml", "bash", "json", "c_sharp"},
|
||||
ensure_installed = {
|
||||
"latex",
|
||||
"c",
|
||||
"cpp",
|
||||
"rust",
|
||||
"lua",
|
||||
"haskell",
|
||||
"java",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"python",
|
||||
"html",
|
||||
"css",
|
||||
"yaml",
|
||||
"bash",
|
||||
"json",
|
||||
"c_sharp",
|
||||
},
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue