mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
With working terraformls, autocompletion and comments
This commit is contained in:
parent
5aeddfdd5d
commit
413d04d444
24 changed files with 447 additions and 50 deletions
8
lua/custom/plugins/ultimate-autopair.lua
Normal file
8
lua/custom/plugins/ultimate-autopair.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'altermo/ultimate-autopair.nvim',
|
||||
event = { 'InsertEnter', 'CmdlineEnter' },
|
||||
branch = 'v0.6', --recommended as each new version will have breaking changes
|
||||
opts = {
|
||||
--Config goes here
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue