nvim: add cmp cmdline and firenvim settings

This commit is contained in:
Marko Korhonen 2023-01-09 09:10:16 +02:00
parent 924c957472
commit 7c8aba1a06
3 changed files with 33 additions and 0 deletions

View file

@ -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