1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

241 Commits

Author SHA1 Message Date
585993537f Markdown files handle.
VimWiki is greedy for filetypes, as a consequence it grabs both wiki and
markdown extension and name change file filetype to "wiki". For the wiki
files it's not an issue for me, but grabbing markdown files is too much.

With this commit those two filetypes are separated by setting empty dict
for `g:vimwiki_ext2syntax`.

Other than that, added fzf-aided selector for wiki files and added ruff
as the linter for python files.
2025-07-15 11:13:17 +02:00
6092e24242 Silence warning messages from vw2html,
Make markdown files not be swallowed by vimwiki ft.
2025-04-15 16:34:02 +02:00
a55590f07c Add commands for wrapper function on vw2html 2025-02-13 09:24:42 +01:00
34d7979d62 Added diffchar plugin for detailed diff 2025-02-13 09:05:44 +01:00
7b5070ab3e Asciidoc support 2024-07-13 18:05:13 +02:00
f98486130d Make whitespace stripping not default. 2024-07-13 17:42:32 +02:00
0da4596005 Drop local vimrc files iin favor of thinca/vim-localrc plugin. 2024-07-13 17:39:06 +02:00
8497d7595a Adapt repo to support XDG configuration placemet 2024-07-13 16:43:59 +02:00
2cc95674c2 Make python3 default shebang 2023-10-04 15:39:47 +02:00
f94b8415c7 Update python snippets 2023-04-04 19:04:28 +02:00
00ee99d9c8 Revisiting the plugins.
There are some of the plugins, which I never use in my workflow, so that
I've removing them. Other than that, narrow down filetype specific
plugins to the right file types.

Also removed js specific plugins, and rely only on those provided by
vim.
2023-04-04 18:51:44 +02:00
1a67b0b2a9 Back to surround plugin.
Turns out that vim-sandwitch can be slow in certain circumstances,
especially well seen with tpope/vim-repeat.
2023-04-04 17:22:12 +02:00
1bf338884a Remove redundant tmux conf syntax 2023-04-04 17:13:12 +02:00
9f2bf32892 Change riv.vim to vim-rst for restructured text support 2023-02-17 14:11:55 +01:00
61fc307d68 Comment update 2023-02-17 14:11:30 +01:00
a16be876d6 Added vimwiki headers support in tagbar.
Additionally for the vim config, there should be also appropriate ctags
configuration done in ~/.config/ctags/vimwiki.ctags:

--langdef=vimwiki
--langmap=vimwiki:.wiki
--regex-vimwiki=/^=[ \t]+(.+)[ \t]+=$/\1/h,header/
--regex-vimwiki=/^==[ \t]+(.+)[ \t]+==$/. \1/h,header/
--regex-vimwiki=/^===[ \t]+(.+)[ \t]+===$/.   \1/h,header/
--regex-vimwiki=/^====[ \t]+(.+)[ \t]+====$/.     \1/h,header/
--regex-vimwiki=/^=====[ \t]+(.+)[ \t]+=====$/.       \1/h,header/
--regex-vimwiki=/^======[ \t]+(.+)[ \t]+======$/.         \1/h,header/
2023-02-17 13:50:30 +01:00
a874ec9d16 Ale configuration 2023-02-17 13:50:17 +01:00
bc85cef317 Make gui font a bit smaller 2022-10-02 11:27:09 +02:00
7425fe57f1 Turn on spellcheck by default on vimwiki 2022-07-19 19:10:05 +02:00
7ce6c45ffc Replace vim-surrand with vim-sandwich 2022-07-19 19:09:35 +02:00
84675df236 Use old commands for fugitive, new "Git something" is kind of annoying 2022-04-15 10:07:35 +02:00
a03cd412e4 Remove markdown plugin. 2022-04-01 15:51:53 +02:00
6de69ddc5c Use roboto font for gvim. 2022-04-01 15:51:34 +02:00
34555fba68 Add some more filetypes to nuke whitespaces 2022-04-01 15:51:17 +02:00
5c5c46c252 Added xelatex as default parser to rubber 2022-04-01 15:50:32 +02:00
4d6ab5e7cc Set custom vimwiki css. 0.0.1 2021-03-14 17:31:55 +01:00
de9fadd29c Added function for diff algorithm cycle. 2021-01-17 09:23:04 +01:00
ef693e9889 Remove nerdtree. 2021-01-12 21:38:55 +01:00
2d23c3cb04 Removed documentation for Python2.7. There is pydoc 2/3 on the OS anyway. 2021-01-11 19:48:19 +01:00
13ffbedd0e Remove debug garbage out of zoom status. 2021-01-11 19:47:32 +01:00
8109162eb5 Use Ale instead of Syntastic 2021-01-11 19:46:57 +01:00
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
51dc27dcf3 Remove trailing newline for python snippets 2020-06-05 10:42:30 +02:00
987da2fb04 Removed vim-matchup. Found it annoying. 2020-06-05 10:40:52 +02:00
a9e3b9a8e4 Use TagBar object display on status bar for python. 2020-06-05 10:39:52 +02:00
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
f0755a86e3 Conditionally load go plugin 2020-03-18 14:15:43 +01:00
01f79d3b8d Added ZoomWin. Utility for 'hiding' other windows but current. 2020-03-18 14:15:15 +01:00
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
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
bdbfd8c8d1 Added vim-go plugin 2020-01-17 12:33:37 +01:00
0bede3edf5 Sort plugins alphabetically. 2020-01-15 16:58:07 +01:00
872002cdd4 Added additional mappings for zoom plugin 2020-01-08 12:27:36 +01:00
2d68183351 Set spell on rest file visible 2019-07-20 13:48:23 +02:00
25bf57354f Going back to gtk2 gvim version 2019-06-27 15:38:42 +02:00
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
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
8599a39586 Change font size for gtk3 gvim 2019-06-16 18:53:18 +02:00
9e3e495b3e Changed riv plugin source 2019-04-06 08:30:07 +02:00
16a9676d6f Removed redundant html match tag plugin 2019-04-06 08:26:05 +02:00