Commit Graph

121 Commits

Author SHA1 Message Date
Mathieu Maret 068c3c9b13 Add fzf tools and deps 2020-12-04 00:14:01 +01:00
Mathieu Maret 1d1d1d36aa vim: ultisnip shortcut for list 2020-11-30 12:01:16 +01:00
Mathieu Maret 5950c9e494 vim: add diary tools to vimwiki 2020-11-16 11:25:28 +01:00
Mathieu Maret 5ba86776ee vim: add pandoc complete 2020-11-16 11:11:44 +01:00
Mathieu Maret 21e4cd92d2 vim: remove anoying alias 2020-11-11 21:46:16 +01:00
Mathieu Maret dd04e5bf00 vim: move block 2020-10-20 20:34:23 +02:00
Mathieu Maret df0783b604 vim: add various improvement 2020-07-21 10:45:53 +02:00
Mathieu Maret bf9da4f95d [vim] add peekaboo plugin 2020-07-21 10:17:39 +02:00
Mathieu Maret 9925dbcebc gdb/vim: add some tools 2020-04-15 22:48:46 +02:00
Mathieu Maret 553f83515d vim/tmux: share mapping 2019-09-05 15:38:01 +02:00
Mathieu Maret e933800052 vim: fix key with tmux 2019-09-05 15:13:04 +02:00
Mathieu Maret 3ef85a3ac1 vim: increase max hist and tab 2019-09-05 15:12:07 +02:00
Mathieu Maret cf9e94e68c vim: plugin for visual increment 2019-07-05 15:27:10 +02:00
Mathieu Maret 07d36f6e29 vim: file stuff look into subdirs 2019-06-19 23:34:52 +02:00
Mathieu Maret 5c83c2a93c vim: add various plugin 2019-04-04 14:17:35 +02:00
Mathieu Maret f4fdbe044f vimrc: fix expandtab 2018-07-11 18:38:47 +02:00
Mathieu Maret 358a30c8bd vimrc: unused conf cleaning 2018-07-11 17:53:38 +02:00
Mathieu Maret f4e3bce321 vimrc: fix indent 2018-07-11 17:53:38 +02:00
Mathieu Maret de271744bc indent config by buffer 2018-07-11 17:53:38 +02:00
Mathieu Maret 68ef92751b Compute clang_style when reading the buffer 2018-07-11 17:20:21 +02:00
Mathieu Maret d687abebb6 python: add pycscope info 2018-03-27 14:03:57 +02:00
Mathieu Maret fa13eb0071 vim: indent_finder does not use vim python module 2018-03-22 10:50:27 +01:00
Mathieu Maret 87b97ee5bd vim: improve indent_finder 2018-03-07 17:15:11 +01:00
Mathieu Maret 482935d5b6 vim: add shellcheck info 2018-03-01 16:39:58 +01:00
Mathieu Maret 5bb7d2042a vimrc: do not complete on some binary extension 2018-01-04 11:09:14 +01:00
Mathieu Maret c2907a6b5b vim: disable startify cowsay 2017-11-06 10:50:41 +01:00
Mathieu Maret 9936083db8 vim: session management 2017-11-03 16:12:14 +01:00
Mathieu Maret 6b1b098945 vim: clang_style add AlignTrailingComments 2017-10-20 10:23:26 +02:00
Mathieu Maret af7289f9ff vim: add Grammar Checking 2017-09-20 15:39:40 +02:00
Mathieu Maret 1d1ddf234d vim: Add clang-rename tool
Taken from
https://reviews.llvm.org/diffusion/L/browse/cfe/trunk/tools/clang-rename/clang-rename.py
2017-09-20 14:25:58 +02:00
Mathieu Maret ce4da78883 vim: row movement when line wrap 2017-08-16 14:41:36 +02:00
Mathieu Maret 4d47deab3c vim: add various plugin 2017-08-16 14:14:28 +02:00
Mathieu Maret ed5be3e864 vim: python replace cmd for self 2017-08-16 14:13:29 +02:00
Mathieu Maret 8426e454bc [vim]add deps needed by syntastic 2017-04-06 22:50:39 +02:00
Mathieu Maret 2c479eb08e [vim] remove pyflakes-vim as it's merged in syntastic
and use nasm ft for asm file
2017-04-06 21:37:35 +02:00
Mathieu Maret ca09aa87f1 [vim][kernel]do not apply kernel style everytime 2017-01-28 14:37:33 +01:00
Mathieu Maret 863dacc684 [vim]Clang-format style personnalisation 2017-01-28 14:33:22 +01:00
Mathieu Maret ae3db8b6ef Use ctags before cscope
cscope does not well support c++ (e.g. enum declared in extern "C"
https://sourceforge.net/p/cscope/bugs/249/, anonym struct ...)
So use ctags first (set csto=1)
also remove so duplicate code and simplify it as cscopetag option is
enabled
2016-10-20 11:09:46 +02:00
Mathieu Maret 0417774881 [vim]Python tab length is 4 2016-10-20 09:28:01 +02:00
Mathieu Maret e85f153a7b [vim]add delimitMat plugin 2016-10-17 11:35:57 +02:00
Mathieu Maret f4430c8a3c [vim] Use tagbar as class outline viewer
Keep taglist for the status line
2016-10-17 11:32:42 +02:00
Mathieu Maret 0fa541db9d [vimrc] Disable w3m and vim-fixkey 2016-09-26 13:50:15 +02:00
Mathieu Maret 6f5d14f372 [vim/tmux]works together 2016-09-01 10:12:18 +02:00
Mathieu Maret e7d09a7879 [vim]clean multiple declaration 2016-08-31 14:02:32 +02:00
Mathieu Maret 79290b1c24 [vim]Correct plugin indent
And get inspiration from defaults.vim
2016-08-29 18:23:51 +02:00
Mathieu Maret 0d693713bc Add w3m plugin 2016-06-03 11:02:06 +02:00
Mathieu Maret ae096fb064 [vim]add function to help vim debugging 2016-05-23 14:52:04 +02:00
Mathieu Maret 1a12c095ca [vim]Spacing for ino file 2016-05-23 14:51:21 +02:00
Mathieu Maret ec2857b4aa [vim]Disable pyflakes
and manage it with vundle
2016-05-10 16:05:44 +02:00
Mathieu Maret 385edc5dad [vim]use filetype for python autocmd 2016-03-02 18:20:03 +01:00