5 lines
99 B
VimL
5 lines
99 B
VimL
set nocompatible
|
|
set runtimepath^=/path/to/coc.nvim
|
|
filetype plugin indent on
|
|
syntax on
|
|
set hidden
|