nvim: add cmp cmdline and firenvim settings
This commit is contained in:
parent
924c957472
commit
7c8aba1a06
3 changed files with 33 additions and 0 deletions
|
@ -133,6 +133,7 @@ require("packer").startup(function()
|
|||
{ "hrsh7th/cmp-nvim-lsp" }, -- LSP source
|
||||
{ "hrsh7th/cmp-nvim-lua" }, -- Neovim Lua API documentation source
|
||||
{ "hrsh7th/cmp-path" }, -- Path source
|
||||
{ "hrsh7th/cmp-cmdline" }, -- cmdline source
|
||||
{ "saadparwaiz1/cmp_luasnip" }, -- Snippets source
|
||||
},
|
||||
config = require("plugins.cmp"),
|
||||
|
@ -183,6 +184,9 @@ require("packer").startup(function()
|
|||
run = function()
|
||||
vim.fn["firenvim#install"](0)
|
||||
end,
|
||||
setup = function()
|
||||
require("plugins/firenvim")
|
||||
end,
|
||||
})
|
||||
|
||||
-- Vim <3 Asciidoctor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue