cloned ben awad's nvim coc setup like vscode, config files in nvim directory
This commit is contained in:
parent
6911371114
commit
f3aa8e04ae
11 changed files with 2024 additions and 4 deletions
5
nvim/mini.vim
Normal file
5
nvim/mini.vim
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
set nocompatible
|
||||
set runtimepath^=/path/to/coc.nvim
|
||||
filetype plugin indent on
|
||||
syntax on
|
||||
set hidden
|
||||
Loading…
Add table
Add a link
Reference in a new issue