mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-04 15:00:54 +01:00
more new
This commit is contained in:
parent
4ad568e9c3
commit
36d3a9c1bf
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ return packer.startup(function(use)
|
|||
use { "hrsh7th/cmp-path", commit = "447c87cdd6e6d6a1d2488b1d43108bfa217f56e1" } -- path completions
|
||||
use { "saadparwaiz1/cmp_luasnip", commit = "a9de941bcbda508d0a45d28ae366bb3f08db2e36" } -- snippet completions
|
||||
use("fatih/vim-go")
|
||||
use("govim/govim")
|
||||
use("simrat39/rust-tools.nvim")
|
||||
use { "hrsh7th/cmp-nvim-lsp", commit = "3cf38d9c957e95c397b66f91967758b31be4abe6" }
|
||||
use { "hrsh7th/cmp-nvim-lua", commit = "d276254e7198ab7d00f117e88e223b4bd8c02d21" }
|
||||
|
|
Loading…
Add table
Reference in a new issue