uhh lsp stuff idk
This commit is contained in:
1 parent
27cd0d25ce
commit
2e4f5e200b
3 files changed
+11
-6
No files matched your search
@@ -44,7 +44,10 @@ return {
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup {
|
||||
highlight = { enable = true },
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
textobjects = {
|
||||
move = {
|
||||
enable = true,
|
||||
|
||||
Reference in new issue
Block a user