aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/autopairs.lua
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-01-04 22:21:17 +0100
committerAleksa Vučković <aleksav013@gmail.com>2022-01-04 22:21:17 +0100
commit0eb2af20164f3281b9981386d7ac03713e2f3e01 (patch)
tree6b2a0fd12382987b4265ac178b26ea5386e67759 /lua/plugins/autopairs.lua
parente1b0a35e04546333634c3ceb6ed84cb21ef90c38 (diff)
New begining
Diffstat (limited to 'lua/plugins/autopairs.lua')
-rw-r--r--lua/plugins/autopairs.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/plugins/autopairs.lua b/lua/plugins/autopairs.lua
deleted file mode 100644
index e1aa126..0000000
--- a/lua/plugins/autopairs.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-require('nvim-autopairs').setup{}
-
-require("nvim-autopairs.completion.compe").setup({
- map_cr = true, -- map <CR> on insert mode
- map_complete = true, -- it will auto insert `(` after select function or method item
- auto_select = false, -- auto select first item
-})