|
|
@ -56,6 +56,7 @@ return packer.startup(function(use)
|
|
|
|
use "hrsh7th/cmp-cmdline" -- cmdline completions
|
|
|
|
use "hrsh7th/cmp-cmdline" -- cmdline completions
|
|
|
|
use "saadparwaiz1/cmp_luasnip" -- snippet completions
|
|
|
|
use "saadparwaiz1/cmp_luasnip" -- snippet completions
|
|
|
|
use "hrsh7th/cmp-nvim-lsp"
|
|
|
|
use "hrsh7th/cmp-nvim-lsp"
|
|
|
|
|
|
|
|
use "hrsh7th/cmp-nvim-lua"
|
|
|
|
|
|
|
|
|
|
|
|
-- snippets
|
|
|
|
-- snippets
|
|
|
|
use "L3MON4D3/LuaSnip" --snippet engine
|
|
|
|
use "L3MON4D3/LuaSnip" --snippet engine
|
|
|
@ -64,7 +65,6 @@ return packer.startup(function(use)
|
|
|
|
-- LSP
|
|
|
|
-- LSP
|
|
|
|
use "neovim/nvim-lspconfig" -- enable LSP
|
|
|
|
use "neovim/nvim-lspconfig" -- enable LSP
|
|
|
|
use "williamboman/nvim-lsp-installer" -- simple to use language server installer
|
|
|
|
use "williamboman/nvim-lsp-installer" -- simple to use language server installer
|
|
|
|
use "tamago324/nlsp-settings.nvim" -- language server settings defined in json for
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Automatically set up your configuration after cloning packer.nvim
|
|
|
|
-- Automatically set up your configuration after cloning packer.nvim
|
|
|
|
-- Put this at the end after all plugins
|
|
|
|
-- Put this at the end after all plugins
|
|
|
|