feat(plugin): Add nvim-aputopairs, use symbols in cmp
This commit is contained in:
parent
e6c9d72c3f
commit
3777f30d68
3 changed files with 10 additions and 1 deletions
nvim/plugin
|
@ -6,6 +6,7 @@ vim.g.did_load_plugins_plugin = true
|
|||
-- many plugins annoyingly require a call to a 'setup' function to be loaded,
|
||||
-- even with default configs
|
||||
|
||||
require("nvim-autopairs").setup {}
|
||||
require("dapui").setup()
|
||||
-- require("copilot_cmp").setup()
|
||||
require('nvim-surround').setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue