Commit Graph
100 Commits
Author SHA1 Message Date
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
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
gryf c1c4b925d4 Changed yaml specific settings to actually use those settings 2017-08-23 12:32:11 +02:00
gryf 5c2a818c84 Removed in development plugins, cleanup in python-syntax options 2017-07-23 13:12:47 +02:00
gryf 8532b1ba11 Added option for python highlitght 2017-07-23 12:49:03 +02:00
gryf 252246828b Added lazy load option for some plugins 2017-07-07 13:38:15 +02:00
gryf 57c0742222 Added vimwiki filetype settings 2017-06-19 21:14:25 +02:00
gryf 3b0692aec7 Moved global keys near the top of the vimrc 2017-06-19 21:12:19 +02:00
gryf 821276d169 Removed change VCS function 2017-06-17 12:29:36 +02:00
gryf d91e91ec92 Changed rubber option for not compiling source for every save 2017-06-17 11:45:59 +02:00
gryf 4060fc96c0 Added S-F5 (open in browser) for markdown filetype 2017-06-17 11:45:13 +02:00
gryf 03c7587ef4 Moved ftplugins to vimrc 2017-06-04 14:41:04 +02:00
gryf 7d83387ad7 Moved dragvisuals into its own repo 2017-06-01 06:08:49 +02:00
gryf c1f69a35ba Moved rubber compiler to its own repo 2017-05-31 22:04:20 +02:00
gryf 9b43c73677 Moved wombat256grf colorscheme to its own repo 2017-05-31 21:31:09 +02:00
gryf 6de8adee62 Removed syntax for dead OPL language 2017-05-30 20:26:20 +02:00
gryf 66cefdf722 Moved pentadactylrc syntax to plugin 2017-05-30 19:32:04 +02:00
gryf ae84e23b04 Moved tmux.conf syntax to the plugin 2017-05-30 19:23:42 +02:00
gryf cb608646e3 Moved python-syntax to its own repo 2017-05-30 19:22:23 +02:00
gryf d4a428e5d4 Vim-plug cleanup
Removed vim-plug from VCS, added method to automatically download
vim-plug.
2017-05-30 18:40:28 +02:00
gryf aa998d44b5 Removed outdated (probably) configuration for Windows 2017-05-30 18:37:31 +02:00
gryf da9fcbfb0a Update spell file 2017-05-10 19:29:20 +02:00
gryf ed1492d57d Removed old grep plugin, added support for silver searcher in Ack and CtrlP plugins 2017-05-10 19:28:51 +02:00
gryf c5eeb0f7bb Updated spell file path 2017-05-10 19:14:28 +02:00
gryf 488d027952 vim-plug update 2017-05-10 19:10:53 +02:00
gryf 089e701b47 Added basic editor settings for YAML files 2017-04-26 09:17:23 +02:00
gryf 51ea31bdab Fix missing parameter for StripTrailingWhitespaces function 2017-03-14 12:31:56 +01:00
gryf 16a25979d2 VimPlug update 2017-03-14 12:31:11 +01:00
gryf de0040e006 Added stripping whitespace for visually selected range 2017-02-07 18:58:26 +01:00
gryf f6d1ffd39f Fix for tags on statusline 2016-12-11 10:11:05 +01:00
gryf ba499206c4 Plug upgrade 2016-12-11 10:10:03 +01:00
gryf d68fcfa6dc Set function on statusbar only if tagbar is avaialable 2016-12-11 09:28:26 +01:00
gryf e1186e4140 Added plugins DrawIt and for vim rust support
Also sort the plugins, and removed outdated comments
2016-12-11 09:07:39 +01:00
gryf ccd820301d Added autocompile after every save 2016-12-11 09:07:03 +01:00
gryf 5e75db51d1 Changed columns to 79 characters in rst files 2016-12-11 09:06:32 +01:00
gryf a257f4f140 Changed gui font, added two new plugins 2016-12-10 20:00:47 +01:00
gryf a4e463ff24 Removed old things from python ft 2016-12-10 20:00:09 +01:00
gryf 6cafe56722 Removed self-hosted commands: Pylint and Pep8 2016-12-10 19:59:37 +01:00
gryf 33622dbbf6 Added simple css stylesheet for RST files preview in HTML 2016-11-24 15:30:32 +01:00
gryf d4e915ec57 vim-plug update 2016-11-24 14:25:32 +01:00
gryf 20f019551f Removed commented out plugins 2016-09-01 21:53:31 +02:00
gryf 63a65f5606 Merge with changes 2016-09-01 21:50:34 +02:00
gryf 5be6a2e281 Removed pyflakes-vim, switched to my version of pythonhelper 2016-09-01 21:46:53 +02:00
gryf 958453acb6 Added link for json fomatter, small fix in rst open in browser fun 2016-09-01 21:11:44 +02:00
gryf 3cfc132cd9 vim-plug update 2016-09-01 21:08:41 +02:00
gryf 80dd1c393b Update of the snippets 2016-09-01 21:05:53 +02:00
gryf 44f9e28ebd Added rust plugin, added my own fork for pythonhelper 2016-05-17 13:28:21 +02:00
gryf 000e33c40d Fix annoying 2 spaces after comment sign 2016-05-17 13:25:05 +02:00
gryf b946683aef Show tag and tag type on statusbar for every supported filetype
Rearrange the plugin options in vimrc
2016-02-14 18:28:38 +01:00
gryf c7b32ab1d5 Moved from mercurial to git 2016-02-13 13:11:37 +01:00
gryf f950531da3 Switch from NeoBundle to vim-plug 2016-02-13 08:30:12 +01:00
gryf 4822c3b61f added mapping for drag visual commands 2016-02-13 08:18:49 +01:00
gryf 5acf73495f Changed repo protocol to ssl for vcscommand 2016-02-13 08:18:18 +01:00
gryf 0617bc2270 Added dragvisuals plugin for manipulating visual selections 2015-11-04 18:52:19 +01:00
gryf 6b7cbb4c81 Use smartcase instead of ignorecase
Correction of the pylint plugin
2015-11-04 18:51:15 +01:00
gryf 17463ca807 Changed default taglist plugin mapping, added shortcut and command for open html generated files for reStructuredText filetypes 2015-05-25 17:55:33 +02:00
gryf 0ad2727e21 Added simple json reformat 2014-12-05 07:28:56 +01:00
gryf f476a42da0 Fixed statusline for py files 2014-11-15 18:51:22 +01:00
gryf 26ac85a858 Change cite to tt in readme. 2014-10-07 19:43:13 +02:00
gryf 9fc4af9eb1 Readme code block fix 2014-10-07 19:37:24 +02:00
gryf cea39c30b0 Small fixes to the Windows part of the config 2014-10-07 19:34:46 +02:00
gryf 7521d31361 Added possibilty to turn off removing trailing spaces 2014-07-28 20:39:08 +02:00
gryf 15369edeee Moving from pathogen to NeoBundle 2014-07-27 18:50:47 +02:00
gryf a0caebac9a replaced g:jedi#show_function_definition to g:jedi#show_call_signatures in vimrc 2014-06-29 19:46:25 +02:00
gryf 556e48ae3f Added jedi, multiple-cursors and html5 repos 2014-06-29 19:20:32 +02:00
gryf e8692558f8 Added matchtagalways and snippets 2014-06-29 18:00:26 +02:00
gryf 6bb0a2fb43 Removing not longer needed vimblogger plugin 2014-02-02 14:20:30 +01:00
gryf 000efbfe9b Added different CSS syntax 2014-02-02 14:17:35 +01:00
gryf 3554da050a Added nerdtree, forced english UI in Windows 2013-11-21 20:04:53 +01:00
gryf de6c090bfd Removed old zoom plugin. 2013-10-29 21:14:48 +01:00
gryf 02b180580c Added modified zoom plugin, changed a bit indentation for html, give true
type fonts a chance.
2013-10-29 21:14:09 +01:00
gryf fb25b53f62 readded riv 2013-08-10 07:58:33 +02:00
gryf 5b12c8218f removed riv 2013-08-10 07:56:16 +02:00
gryf e6e7fa1a2b Replaced vst with riv 2013-08-10 07:49:52 +02:00
gryf 737d6f976b Removed dead conf 2013-05-19 19:29:42 +02:00
gryf 6bacf09398 Added markdown syntax hl, added some python/reST UltiSnips snippets 2013-05-19 19:21:03 +02:00
gryf 64fb14c4a7 Added languageTool plugin 2013-03-25 21:03:21 +01:00
gryf 2af24011b1 Replaced snipmate with UltiSnips, changed default font to DejaVu Mono 2013-03-23 18:19:23 +01:00
gryf e5369406eb Added fugitive plugin 2013-03-12 16:20:05 +01:00
gryf 3263cd0c8f Removed old windows related stuff, corrections for git repositories 2013-03-12 15:54:23 +01:00
gryf a8f1365f18 Update matchtag plugin and python syntax 2013-03-11 21:49:51 +01:00
gryf 6f15bec6df Removed git repositories in favor of subprepos. 2013-03-11 20:15:26 +01:00
gryf d458cd3906 Added omnicompletion and indentation for javascript (including node.js).
Added Windows configuration.
2013-01-27 20:59:07 +01:00
gryf bc4032accb Update plugins: ctrl_p, syntastic, tagbar, taglisttoo and mark.
Added skeleton to make autocompletion for kickassembler.
2012-11-25 15:55:59 +01:00
gryf 6fcf232124 Fix for regexp in pylint_parseable.py script, update of the scripts:
ctrlp, syntastic, tagbar and taglisttoo
2012-10-15 22:41:49 +02:00
gryf b033e2bb39 Update of CtrlP, Syntastic, Tagbar, Taglisttoo, and Mark plugins 2012-09-20 18:57:57 +02:00
gryf 71a1d914e0 Update of plugins vimwiki, mark and pydoc 2012-07-22 19:40:04 +02:00
gryf 1e6c479c30 kickass syntax: Updated to KickAssembler 3.25 changes 2012-07-22 11:05:05 +02:00