This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax enable | |
let mapleader = " " | |
autocmd BufEnter * lcd %:p:h | |
call plug#begin() | |
Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
Plug 'dense-analysis/ale' | |
Plug 'ctrlpvim/ctrlp.vim' | |
Plug 'jiangmiao/auto-pairs' | |
Plug 'lambdalisue/suda.vim' | |
Plug 'mattn/emmet-vim' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-06-22T11:10:48.629Z","extensionVersion":"v3.4.3"} |