uhh lsp stuff idk

This commit is contained in:
iris committed 2023-08-28 23:45:11 -04:00
1 parent 27cd0d25ce
commit 2e4f5e200b
3 files changed
+11 -6

No files matched your search

+4 -1
View File
@@ -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,