add extensions for autocomplete, autoclose, clipboard
This commit is contained in:
parent
73385e8b17
commit
dfeb1e7a56
5 changed files with 39 additions and 2 deletions
10
lua/custom/plugins/autoclose.lua
Normal file
10
lua/custom/plugins/autoclose.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- You can add your own plugins here or in other files in this directory!
|
||||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {
|
||||
'm4xshen/autoclose.nvim',
|
||||
config = function()
|
||||
require('autoclose').setup()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue