Skip to content

Commit

Permalink
🗑️ Update deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Dec 4, 2023
1 parent 75762f0 commit 597da7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nvim/lua/treesitter-config.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require("ts_context_commentstring").setup({
enable_autocmd = false,
})
require("nvim-treesitter.configs").setup({
highlight = { enable = true, additional_vim_regex_highlighting = false },
indent = { enable = true },
Expand All @@ -7,7 +10,6 @@ require("nvim-treesitter.configs").setup({
max_file_lines = nil,
},
auto_install = true,
context_commentstring = { enable = true, enable_autocmd = false },
-- ensure_installed = {
-- "awk",
-- "bash",
Expand Down

0 comments on commit 597da7b

Please sign in to comment.