mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 18:39:27 +00:00
[neovim] Update plugins
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
-- Setup nvim-cmp.
|
||||
require("nvim-autopairs").setup({
|
||||
check_ts = true,
|
||||
disable_filetype = { "TelescopePrompt", "neo-tree" },
|
||||
|
@ -1 +1,9 @@
|
||||
require("Comment").setup({})
|
||||
require("ts_context_commentstring").setup({
|
||||
enable_autocmd = false,
|
||||
})
|
||||
|
||||
require("Comment").setup({
|
||||
pre_hook = require("ts_context_commentstring.integrations.comment_nvim").create_pre_hook(),
|
||||
})
|
||||
|
||||
vim.g.skip_ts_context_commentstring_module = true
|
||||
|
@ -22,8 +22,4 @@ require("nvim-treesitter.configs").setup({
|
||||
enable = true,
|
||||
disable = { "python", "css" },
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
enable_autocmd = false,
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user