My personal Vim configuration.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Jérôme Deuchnord f215a4db50 Set encryption algorithm (#10) hace 4 años
.gitea Add PR template for Gitea hace 4 años
scripts Remove npm install hace 4 años
vim/after/ftplugin Initial configuration hace 5 años
LICENSE Initial commit hace 5 años
Makefile Add Markdown plugin hace 4 años
README.md Add Markdown plugin hace 4 años
gvimrc Add gvimrc hace 5 años
vimrc Set encryption algorithm (#10) hace 4 años

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