augh
This commit is contained in:
parent
99c942cc3b
commit
618a1e6841
8 changed files with 87 additions and 141 deletions
|
@ -19,4 +19,19 @@ return require("packer").startup(function(use)
|
|||
|
||||
-- LSP stuff
|
||||
use({"neovim/nvim-lspconfig", config = function() require("plugins.lsp") end})
|
||||
use "simrat39/rust-tools.nvim"
|
||||
use "stevearc/aerial.nvim"
|
||||
use "j-hui/fidget.nvim"
|
||||
|
||||
-- Completion
|
||||
use "hrsh7th/cmp-nvim-lsp"
|
||||
use "hrsh7th/cmp-buffer"
|
||||
use "hrsh7th/cmp-path"
|
||||
use "hrsh7th/cmp-cmdline"
|
||||
use({"hrsh7th/nvim-cmp", config = function() require("plugins.completion") end})
|
||||
|
||||
-- Fancy UI stuff
|
||||
use "RRethy/nvim-base16"
|
||||
use "stevearc/dressing.nvim"
|
||||
end)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue