Skip to content

Commit

Permalink
[nvim] Update usage of nvim-ts-context-commentstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Nov 19, 2023
1 parent d0d80a4 commit 2f2db63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .config/nvim.symlink/lua/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ require("nvim-treesitter.configs").setup({
matchup = {
enable = true,
},
context_commentstring = {
enable = true,
},
})
require("ts_context_commentstring")

-- Autocomplete
vim.opt.completeopt = "menu,menuone,noinsert"
Expand Down

0 comments on commit 2f2db63

Please sign in to comment.