1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-16 19:10:29 +01:00
gryf 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
2023-10-04 15:39:47 +02:00
2017-05-10 19:29:20 +02:00
2024-07-13 18:05:13 +02:00
2025-07-15 11:13:17 +02:00

This repository contains my Vim config just for convenience in making the copy of it.

It uses vim-plug plugin manager, so after cloning, just open vim, and it will automatically install all the plugins.

It should be cloned as is into $HOME` directory, i.e:

cd $HOME
git clone https://github.com/gryf/.vim

or in $XDG_COFIG_HOME directory, which usually is set to $HOME/.config:

git clone https://github.com/gryf/.vim ~/.config/vim
Description
My Vim configuration
Readme 5.2 MiB
Languages
Vim script 92.8%
Vim Snippet 7.2%