From 66c963bb41213bc09dac88b201ba67ba4d0835ad Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 28 Mar 2020 22:25:24 +0100 Subject: Added vim pluggin: quick-scope --- .pluggins.vim | 1 + 1 file changed, 1 insertion(+) (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim index c3951a5..2312e9a 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -5,6 +5,7 @@ call plug#begin() Plug 'tpope/vim-eunuch' " basic unix command in vim Plug 'tomtom/tcomment_vim' " mininal commenter Plug 'itchyny/lightline.vim' " minimal status bar + Plug 'unblevable/quick-scope' " highlight first char to jump to word " bloat?? Plug 'romainl/vim-cool' " disable highlight after search -- cgit From 5828534933ffd5ca23c6e47b7c12a4a2637e01f0 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 14 Apr 2020 13:06:17 +0200 Subject: Added vim functions to help with boilerplate in c++ files --- .pluggins.vim | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim index 2312e9a..9289f7f 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -1,6 +1,5 @@ " plugins call plug#begin() - Plug 'joshdick/onedark.vim' " theme Plug 'ctrlpvim/ctrlp.vim' " Ctrl-P similar to vsc Plug 'tpope/vim-eunuch' " basic unix command in vim Plug 'tomtom/tcomment_vim' " mininal commenter @@ -11,4 +10,11 @@ call plug#begin() Plug 'romainl/vim-cool' " disable highlight after search Plug 'justinmk/vim-syntax-extra' " better syntax highlight Plug 'sheerun/vim-polyglot' " better syntax highlight + + " s19 at home + Plug 'pbondoer/vim-42header' " 42 header + + " themes + Plug 'joshdick/onedark.vim' " onedark + Plug 'dracula/vim', {'as': 'vim'} " dracula call plug#end() -- cgit From 36c19a33127316bea52d46130d53035a328eb1c5 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 26 Apr 2020 08:33:18 +0200 Subject: Change colorscheme to solarized and switched to st --- .pluggins.vim | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim index 9289f7f..d3f66ea 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -4,17 +4,18 @@ call plug#begin() Plug 'tpope/vim-eunuch' " basic unix command in vim Plug 'tomtom/tcomment_vim' " mininal commenter Plug 'itchyny/lightline.vim' " minimal status bar - Plug 'unblevable/quick-scope' " highlight first char to jump to word - - " bloat?? - Plug 'romainl/vim-cool' " disable highlight after search - Plug 'justinmk/vim-syntax-extra' " better syntax highlight Plug 'sheerun/vim-polyglot' " better syntax highlight " s19 at home Plug 'pbondoer/vim-42header' " 42 header " themes - Plug 'joshdick/onedark.vim' " onedark - Plug 'dracula/vim', {'as': 'vim'} " dracula + " Plug 'joshdick/onedark.vim' " onedark + " Plug 'dracula/vim', {'as': 'vim'} " dracula + Plug 'altercation/vim-colors-solarized' " solarized + + " intresting but not used + " Plug 'unblevable/quick-scope' " highlight first char to jump to word + " Plug 'romainl/vim-cool' " disable highlight after search + " Plug 'justinmk/vim-syntax-extra' " better syntax highlight call plug#end() -- cgit From b46a4a75b85b888db3e3a70445f9724460375e6f Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 26 Apr 2020 11:52:38 +0200 Subject: More logical order for xmonad new window --- .pluggins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim index d3f66ea..e57ec19 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -5,6 +5,7 @@ call plug#begin() Plug 'tomtom/tcomment_vim' " mininal commenter Plug 'itchyny/lightline.vim' " minimal status bar Plug 'sheerun/vim-polyglot' " better syntax highlight + Plug 'romainl/vim-cool' " disable highlight after search " s19 at home Plug 'pbondoer/vim-42header' " 42 header @@ -16,6 +17,5 @@ call plug#begin() " intresting but not used " Plug 'unblevable/quick-scope' " highlight first char to jump to word - " Plug 'romainl/vim-cool' " disable highlight after search " Plug 'justinmk/vim-syntax-extra' " better syntax highlight call plug#end() -- cgit From e9530ee0b4e9706fb0fcb82fa3cb87d57a5b540d Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 9 May 2020 18:09:25 +0200 Subject: vim glsl syntax hightlight, TERM=st, bluetooth/man/make aliases --- .pluggins.vim | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim index e57ec19..8ced0a6 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -1,21 +1,25 @@ -" plugins +"""""""""""""""" +" vim pluggins " +"""""""""""""""" + call plug#begin() - Plug 'ctrlpvim/ctrlp.vim' " Ctrl-P similar to vsc - Plug 'tpope/vim-eunuch' " basic unix command in vim - Plug 'tomtom/tcomment_vim' " mininal commenter - Plug 'itchyny/lightline.vim' " minimal status bar - Plug 'sheerun/vim-polyglot' " better syntax highlight - Plug 'romainl/vim-cool' " disable highlight after search + Plug 'ctrlpvim/ctrlp.vim' " Ctrl-P similar to vsc + Plug 'tpope/vim-eunuch' " basic unix command in vim + Plug 'tomtom/tcomment_vim' " mininal commenter + Plug 'itchyny/lightline.vim' " minimal status bar + Plug 'HappyTramp/vim-syntax-extra' " syntax highlight of C operators + Plug 'romainl/vim-cool' " disable highlight after search + Plug 'tikhomirov/vim-glsl' " glsl hightlight " s19 at home - Plug 'pbondoer/vim-42header' " 42 header + Plug 'pbondoer/vim-42header' " 42 header " themes - " Plug 'joshdick/onedark.vim' " onedark - " Plug 'dracula/vim', {'as': 'vim'} " dracula - Plug 'altercation/vim-colors-solarized' " solarized + " Plug 'joshdick/onedark.vim' " onedark + " Plug 'dracula/vim', {'as': 'vim'} " dracula + Plug 'altercation/vim-colors-solarized' " solarized " intresting but not used - " Plug 'unblevable/quick-scope' " highlight first char to jump to word - " Plug 'justinmk/vim-syntax-extra' " better syntax highlight + " Plug 'sheerun/vim-polyglot' " better syntax highlight + " Plug 'unblevable/quick-scope' " highlight first char to jump to word call plug#end() -- cgit