diff options
| author | HampusM <hampus@hampusmat.com> | 2024-01-16 19:18:34 +0100 | 
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2024-01-16 19:18:34 +0100 | 
| commit | 049eb111e7b90cab06f9973c8ba126b77aaa8e61 (patch) | |
| tree | 313fe612889c766acb95ace91f32777c33f85f8b /lua | |
| parent | 3b6e2239707d225d59b24c12382d509cfd1043a6 (diff) | |
use upstream coc.nvim
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lua/plugins.lua b/lua/plugins.lua index bbdade3..eea5f9a 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -14,8 +14,7 @@ return require("packer").startup(function(use)  	use "lukas-reineke/indent-blankline.nvim"  	-- Coc -	-- use {"neoclide/coc.nvim", branch = "release"} -	use { "https://github.com/HampusMat/coc.nvim", run = "yarn install --frozen-lockfile" } +	use {"neoclide/coc.nvim", branch = "release"}  	-- Navigation  	use "christoomey/vim-tmux-navigator" | 
