mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
feat: added neovim configuration
This commit is contained in:
17
lua/absolute/plugins/nvim-cmp.lua
Normal file
17
lua/absolute/plugins/nvim-cmp.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
'hrsh7th/nvim-cmp',
|
||||
event = "InsertEnter",
|
||||
dependencies = {
|
||||
'neovim/nvim-lspconfig',
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
'hrsh7th/cmp-buffer',
|
||||
'hrsh7th/cmp-path',
|
||||
'hrsh7th/cmp-cmdline',
|
||||
"saadparwaiz1/cmp_luasnip",
|
||||
"onsails/lspkind.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("absolute.after.nvim-cmp")
|
||||
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user