1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

update nvim config

This commit is contained in:
Henrik Hautakoski 2024-03-02 20:21:23 +01:00
parent 6c7551640d
commit 07a49ce2d2
16 changed files with 157 additions and 46 deletions

View file

@ -10,18 +10,19 @@ return {
-- A list of parser names
ensure_installed = {
"bash",
"c",
"c",
"cpp",
"ninja",
"cmake",
"lua",
"vim",
"make",
"lua",
"vim",
"vimdoc",
"query",
"query",
"php",
"blade",
"go",
"javascript",
"go",
"javascript",
"typescript",
"css",
"scss",
@ -33,7 +34,7 @@ return {
"toml",
"xml",
"glsl",
"hlsl",
"hlsl",
"markdown"
},
@ -54,9 +55,9 @@ return {
additional_vim_regex_highlighting = false,
},
indent = {
enable = true
}
-- indent = {
-- enable = true
--}
},
config = function(_, opts)
local parser_config = require('nvim-treesitter.parsers').get_parser_configs()