From 36d3a9c1bf530139edc18c89291512ee5e886d2c Mon Sep 17 00:00:00 2001 From: CompeyDev Date: Fri, 9 Dec 2022 18:04:33 +0530 Subject: [PATCH] more new --- lua/user/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 637a2dd..658c89a 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -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" }