From 1f5856a66791620fcb665f839619fa43e68063e1 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Tue, 28 May 2024 23:21:22 +0200 Subject: Bw --- Common/nvim/lua/plugins.lua | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'Common/nvim/lua/plugins.lua') diff --git a/Common/nvim/lua/plugins.lua b/Common/nvim/lua/plugins.lua index 1faf832..829ca15 100755 --- a/Common/nvim/lua/plugins.lua +++ b/Common/nvim/lua/plugins.lua @@ -17,12 +17,7 @@ return require('packer').startup(function(use) -- Packer itself :) use 'wbthomason/packer.nvim' - -- Git plugins - use { - 'tpope/vim-fugitive', - } - - -- fzf (Fuzzy finder for various things) + use 'tpope/vim-fugitive' use { 'junegunn/fzf.vim', requires = { 'junegunn/fzf', 'kyazdani42/nvim-web-devicons' }, @@ -70,6 +65,9 @@ return require('packer').startup(function(use) ensure_installed = { "c", "cpp", "python", "php", "java", "lua", "vim", "vimdoc", "query", "php", "sql" }, sync_install = false, auto_install = true, + highlight = { + enable = false, + }, --ignore_install = { "javascript" }, } end @@ -94,11 +92,6 @@ return require('packer').startup(function(use) end, } - -- Useful for wide screens - use { - 'junegunn/goyo.vim' - } - -- VimWiki stuff use { 'vimwiki/vimwiki', -- cgit v1.2.3