diff options
author | crupest <crupest@outlook.com> | 2023-09-08 20:18:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-10 17:15:34 +0800 |
commit | 9bf31c0260106c50091a4ff60c17cf0dd28a4608 (patch) | |
tree | 9045b82ee79e5b6ebb0564f9343dfc3c4d90fd84 /configs/nvim/lua/plugins.lua | |
parent | 3c500ccfa20273a5f1670e07acd5f73ac49d05f3 (diff) | |
download | crupest-9bf31c0260106c50091a4ff60c17cf0dd28a4608.tar.gz crupest-9bf31c0260106c50091a4ff60c17cf0dd28a4608.tar.bz2 crupest-9bf31c0260106c50091a4ff60c17cf0dd28a4608.zip |
Update neovim config.
Diffstat (limited to 'configs/nvim/lua/plugins.lua')
-rw-r--r-- | configs/nvim/lua/plugins.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/nvim/lua/plugins.lua b/configs/nvim/lua/plugins.lua index cc2b31c..14f9903 100644 --- a/configs/nvim/lua/plugins.lua +++ b/configs/nvim/lua/plugins.lua @@ -7,9 +7,4 @@ return { "hrsh7th/cmp-cmdline", "L3MON4D3/LuaSnip", "saadparwaiz1/cmp_luasnip", - { - "windwp/nvim-autopairs", - event = "InsertEnter", - opts = {} - } } |