lots of refactoring and a new cmp source for clj
This commit is contained in:
parent
d39b721a5c
commit
fffc2e3d46
12 changed files with 164 additions and 159 deletions
18
lua/custom/plugins/autocomp.lua
Normal file
18
lua/custom/plugins/autocomp.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
-- Autocompletion
|
||||
'hrsh7th/nvim-cmp',
|
||||
dependencies = {
|
||||
-- Snippet Engine & its associated nvim-cmp source
|
||||
'L3MON4D3/LuaSnip',
|
||||
'saadparwaiz1/cmp_luasnip',
|
||||
|
||||
-- Adds LSP completion capabilities
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
|
||||
-- Adds Conjure cmp
|
||||
'PaterJason/cmp-conjure',
|
||||
|
||||
-- Adds a number of user-friendly snippets
|
||||
'rafamadriz/friendly-snippets',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue