From b11ead8c64bd4d854da91ca5052d471822c92c60 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 13 Oct 2021 00:32:13 +0300 Subject: neovim: remove playground --- .config/nvim/lua/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/nvim') diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 7395895..93a5aa2 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -16,7 +16,6 @@ return require('packer').startup(function() 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' } - use 'nvim-treesitter/playground' -- quickstart lsp config use 'neovim/nvim-lspconfig' @@ -25,9 +24,9 @@ return require('packer').startup(function() use 'glepnir/dashboard-nvim' -- completion suite + use 'hrsh7th/nvim-cmp' use 'hrsh7th/cmp-nvim-lsp' use 'hrsh7th/cmp-buffer' - use 'hrsh7th/nvim-cmp' use 'kdheepak/cmp-latex-symbols' use 'quangnguyen30192/cmp-nvim-ultisnips' @@ -148,6 +147,7 @@ return require('packer').startup(function() -- provides ga, show unicode stuff of char under cursor use 'tpope/vim-characterize' -- comment helper + -- https://github.com/numToStr/Comment.nvim hip & cool use 'tpope/vim-commentary' -- asynchronous build and test dispatcher use {'tpope/vim-dispatch', opt = true, cmd = {'Dispatch', 'Make', 'Focus', 'Start'}} -- cgit v1.2.3-70-g09d2