My personal Vim configuration.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Jérôme Deuchnord f215a4db50 Set encryption algorithm (#10) 4 yıl önce
.gitea Add PR template for Gitea 5 yıl önce
scripts Remove npm install 5 yıl önce
vim/after/ftplugin Initial configuration 5 yıl önce
LICENSE Initial commit 5 yıl önce
Makefile Add Markdown plugin 5 yıl önce
README.md Add Markdown plugin 5 yıl önce
gvimrc Add gvimrc 5 yıl önce
vimrc Set encryption algorithm (#10) 4 yıl önce

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