Kristian Krsnik
a2cd8d467f
* laptop, pc and common now live in systems * new dev shell to run dconf2nix * New dconf weather entry (currently not functional)
9 lines
184 B
Lua
9 lines
184 B
Lua
-- Treesitter
|
|
require'nvim-treesitter.configs'.setup {
|
|
highlight = {
|
|
-- `false` will disable the whole extension
|
|
enable = true,
|
|
additional_vim_regex_highlighting = false,
|
|
},
|
|
}
|