feat: improve nvim keymaps, add trouble
This commit is contained in:
parent
d42d294c95
commit
76534ab4cb
13 changed files with 315 additions and 20 deletions
|
|
@ -5,7 +5,8 @@ end
|
|||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
-- A list of parser names, or "all"
|
||||
ensure_installed = { "latex", "c", "cpp", "rust", "lua", "haskell", "java", "javascript", "typescript" },
|
||||
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