My personal Vim configuration.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Jérôme Deuchnord f215a4db50 Set encryption algorithm (#10) před 4 roky
.gitea Add PR template for Gitea před 5 roky
scripts Remove npm install před 5 roky
vim/after/ftplugin Initial configuration před 5 roky
LICENSE Initial commit před 5 roky
Makefile Add Markdown plugin před 5 roky
README.md Add Markdown plugin před 5 roky
gvimrc Add gvimrc před 5 roky
vimrc Set encryption algorithm (#10) před 4 roky

README.md

Vim configuration

My personnal Vim configuration.

How to install

Just clone this repository, cd to the clone and run make install.

Note: if a configuration already exists, it will be backed up.

Installed plugins

The following plugins are installed with Vundle.

Plugin Description Activation
w0rp/ale Asynchronous linting/fixing for Vim and Language Server Protocol (LSP) integration Immediate
neoclide/coc.vim Intellisense engine for Vim 8 & neovim make coc
suan/vim-instant-markdown Shows a preview of your Markdown file in your browser make markdown