gryf
34555fba68
Add some more filetypes to nuke whitespaces
2022-04-01 15:51:17 +02:00
gryf
5c5c46c252
Added xelatex as default parser to rubber
2022-04-01 15:50:32 +02:00
gryf
4d6ab5e7cc
Set custom vimwiki css.
0.0.1
2021-03-14 17:31:55 +01:00
gryf
de9fadd29c
Added function for diff algorithm cycle.
2021-01-17 09:23:04 +01:00
gryf
ef693e9889
Remove nerdtree.
2021-01-12 21:38:55 +01:00
gryf
2d23c3cb04
Removed documentation for Python2.7. There is pydoc 2/3 on the OS anyway.
2021-01-11 19:48:19 +01:00
gryf
13ffbedd0e
Remove debug garbage out of zoom status.
2021-01-11 19:47:32 +01:00
gryf
8109162eb5
Use Ale instead of Syntastic
2021-01-11 19:46:57 +01:00
gryf
134a2507c4
Change paths for plugins.
...
There were changes for plugin location on github.
scrooloose stops support syntastic, nerdtree and nerdcommenter, they go
under new github organizations:
vim-syntastic for sytntastic plugin
preservim for nerdtree, nerdcommenter and tagbar
2020-09-21 12:41:11 +02:00
gryf
51dc27dcf3
Remove trailing newline for python snippets
2020-06-05 10:42:30 +02:00
gryf
987da2fb04
Removed vim-matchup. Found it annoying.
2020-06-05 10:40:52 +02:00
gryf
a9e3b9a8e4
Use TagBar object display on status bar for python.
2020-06-05 10:39:52 +02:00
gryf
e51617c081
Removed forcing 256 colors.
...
In the past, there was an issue with detecting color capabilities on
different terminal types. It's working now.
2020-06-05 10:38:44 +02:00
gryf
f0755a86e3
Conditionally load go plugin
2020-03-18 14:15:43 +01:00
gryf
01f79d3b8d
Added ZoomWin. Utility for 'hiding' other windows but current.
2020-03-18 14:15:15 +01:00
gryf
c6560ce397
Exchange UltiSnips with old snipmate.
...
I'm not very heavy user of snippets. UltiSnips lately dropped support
for python2, yet I'm using some machines with old OSes, which complain a
lot during boostrapping my vimrc, so I was started to look for a simpler
replacement. Finally decided on a (slightly modified) original snipmate.
2020-02-18 21:19:51 +01:00
gryf
b50b721562
Move to the majutsushi/tagbar.
...
Use upstream, maintained version of tagbar, which already contains mine
little feature for kind displaying function.
2020-01-23 15:05:19 +01:00
gryf
bdbfd8c8d1
Added vim-go plugin
2020-01-17 12:33:37 +01:00
gryf
0bede3edf5
Sort plugins alphabetically.
2020-01-15 16:58:07 +01:00
gryf
872002cdd4
Added additional mappings for zoom plugin
2020-01-08 12:27:36 +01:00
gryf
2d68183351
Set spell on rest file visible
2019-07-20 13:48:23 +02:00
gryf
25bf57354f
Going back to gtk2 gvim version
2019-06-27 15:38:42 +02:00
gryf
990186b7af
Don't complain on missing colorscheme
...
If we bootstrap from empty repo, vim will complain about missing
colorscheme, since we don't have it yet. Added silent before the
colorscheme command, so that we can do non-disruptive config update.
2019-06-17 11:58:44 +02:00
gryf
a4ea2ae001
Correct paths
...
- use expand function to expand "~/"
- change locally installed kickass.jar location, to global one.
2019-06-16 18:53:58 +02:00
gryf
8599a39586
Change font size for gtk3 gvim
2019-06-16 18:53:18 +02:00
gryf
9e3e495b3e
Changed riv plugin source
2019-04-06 08:30:07 +02:00
gryf
16a9676d6f
Removed redundant html match tag plugin
2019-04-06 08:26:05 +02:00
gryf
5c0dadf698
Don't generate html on save for markdown files
2019-04-06 08:25:36 +02:00
gryf
24d8d3c58a
Added snippet for remote_pdb
2019-02-21 10:59:06 +01:00
gryf
82887366b7
Added ignoring missing spell files
2019-02-13 10:17:31 +01:00
gryf
7f00ef619d
Added handle for gitcommit filetype
2019-02-12 15:36:29 +01:00
gryf
2411080020
Fixed non closed fold
2019-02-12 15:35:59 +01:00
gryf
b8f94d81f6
Added matchup plugin
2019-02-11 07:55:31 +01:00
gryf
9d5bb3a614
Added a way for defining custom plugins
2019-02-04 21:17:18 +01:00
gryf
ddb45d69fa
Use standalone version of mark plugin
2019-02-04 17:59:24 +01:00
gryf
8767378014
Pin vim-mark to certain version which WORKS.
2019-01-31 15:06:36 +01:00
gryf
f9f831365e
Added command W for writing files with sudo
2018-10-09 11:29:18 +02:00
gryf
898093b389
Removed outdated/unused vcscommand plugin
2018-09-12 14:22:04 +02:00
gryf
d1c357f32a
Changed default gui font to DejaVu nerd font
2018-08-28 17:33:07 +02:00
gryf
8a4a2bc002
Make pdb default debugger (in favor of pdb++ if exists)
2018-08-28 08:54:49 +02:00
gryf
0864a40488
Make gundo use python3
2018-07-03 09:30:21 +02:00
gryf
d6e551ecf1
Replaced deprecated/removed plugins
2018-07-03 09:24:51 +02:00
gryf
3938f65c5f
Removed leftover from pyflakes plugin
2018-03-08 16:14:20 +01:00
gryf
b80c5bf2de
Removing noautoindent for python files
...
This option was the reason, why inserting new line after a block, vim
always placed cursor on column 0. Now indenting should works as
expected.
2018-02-11 19:05:20 +01:00
gryf
7725421800
Gundo: use python3 without complaining about lack of python2
2018-01-08 11:17:21 +01:00
gryf
1b5bdd24df
Removed outdated taglistoo plugin
2018-01-08 11:16:21 +01:00
Roman Dobosz
6516f58883
Readme update
2017-11-30 02:00:47 +01:00
Roman Dobosz
53866261b9
Added support for vimrc.local
2017-11-30 01:56:54 +01:00
gryf
3de6240eea
Turn off pylint syntastic checker
2017-11-20 09:03:48 +01:00
gryf
cf9b6d9eaa
Using inkarkat repository of Mark since he seems to be new maintainer
2017-09-20 20:04:03 +02:00