summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-09-29 16:05:56 +0200
committerJoe <rrbo@proton.me>2023-09-29 16:05:56 +0200
commit4dc7c667dc1dc66d61d8d55acfeb790c8eb9f60a (patch)
tree100788a80380a438ca07c501175fedde1597d460 /.config
parentup (diff)
downloaddotfiles-bsd-4dc7c667dc1dc66d61d8d55acfeb790c8eb9f60a.tar.gz
dotfiles-bsd-4dc7c667dc1dc66d61d8d55acfeb790c8eb9f60a.tar.bz2
dotfiles-bsd-4dc7c667dc1dc66d61d8d55acfeb790c8eb9f60a.tar.xz
dotfiles-bsd-4dc7c667dc1dc66d61d8d55acfeb790c8eb9f60a.tar.zst
dotfiles-bsd-4dc7c667dc1dc66d61d8d55acfeb790c8eb9f60a.zip
up
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/lua/plug.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/nvim/lua/plug.lua b/.config/nvim/lua/plug.lua
index b61ac2e..48311c8 100644
--- a/.config/nvim/lua/plug.lua
+++ b/.config/nvim/lua/plug.lua
@@ -5,11 +5,11 @@ vim.call('plug#begin', os.getenv("XDG_DATA_HOME") .. '/nvim/plugged')
Plug('ap/vim-css-color')
Plug('brglng/vim-sidebar-manager')
Plug('dag/vim-fish')
-Plug('jackguo380/vim-lsp-cxx-highlight')
+-- Plug('jackguo380/vim-lsp-cxx-highlight')
Plug('jceb/vim-orgmode')
Plug('jiangmiao/auto-pairs')
-Plug('junegunn/fzf')
-Plug('junegunn/fzf.vim')
+-- Plug('junegunn/fzf')
+-- Plug('junegunn/fzf.vim')
Plug('folke/which-key.nvim')
Plug('mbbill/undotree')
Plug('mhinz/vim-signify')