cloned ben awad's nvim coc setup like vscode, config files in nvim directory

This commit is contained in:
tomit4 2021-09-24 17:00:57 -07:00
parent 6911371114
commit f3aa8e04ae
11 changed files with 2024 additions and 4 deletions

5
nvim/mini.vim Normal file
View file

@ -0,0 +1,5 @@
set nocompatible
set runtimepath^=/path/to/coc.nvim
filetype plugin indent on
syntax on
set hidden