From 27fd7cc0a1c2b6f747a208eb986d5f709dc80ba9 Mon Sep 17 00:00:00 2001 From: Patrick Michl Date: Sun, 27 Mar 2022 22:16:12 +0200 Subject: [PATCH] use outliner add sneak and remove unneeded plugins --- lua/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 0fd405f..d2b1e23 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -32,8 +32,6 @@ return require('packer').startup({function() opt = true, cmd = { 'Dispatch', 'Dispatch!' } } - -- use 'scrooloose/nerdtree' - -- use 'Xuyuanp/nerdtree-git-plugin' use 'tpope/vim-fugitive' use 'tpope/vim-commentary' use 'sheerun/vim-polyglot' @@ -66,6 +64,7 @@ return require('packer').startup({function() use "hrsh7th/cmp-path" use 'kdheepak/cmp-latex-symbols' use 'nvim-treesitter/nvim-treesitter' + use 'simrat39/symbols-outline.nvim' use 'kyazdani42/nvim-web-devicons' @@ -80,6 +79,7 @@ return require('packer').startup({function() }, config = function() require'plugins/nvim-tree' end } + use 'justinmk/vim-sneak' end, config = { display = {