set nocompatible filetype off filetype plugin indent on " Use blowfish2 algorithm for encryption (:X) set cm=blowfish2 " Activate syntax highlighting syntax on set nu set hls set si " Indentation set expandtab set shiftwidth=4 set softtabstop=4 " Vundle set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' " Markdown live preview " Plugin 'suan/vim-instant-markdown' " Asynchronous linting/fixing for Vim and Language Server Protocol (LSP) " integration - https://github.com/w0rp/ale Plugin 'w0rp/ale' " IntelliSense for Vim " Plugin 'neoclide/coc.nvim' call vundle#end()