nvim: new formatters and less treesitter mappings

This commit is contained in:
2024-04-20 14:15:19 +03:00
parent f8ebe26163
commit baed1cef1f
4 changed files with 39 additions and 44 deletions

View File

@ -1,7 +1,6 @@
return {
"windwp/nvim-autopairs",
config = function()
-- autopairs
require("nvim-autopairs").setup({})
-- insert () after selecting functions
local cmp_autopairs = require("nvim-autopairs.completion.cmp")