From d25ac514c6b46fce649eb01fe9523507fc9ad2ba Mon Sep 17 00:00:00 2001 From: vibikim Date: Tue, 8 Dec 2020 14:01:43 +0200 Subject: [PATCH] salad-book nvim comment --- nvim/init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/init.vim b/nvim/init.vim index 9731732..145d822 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -36,6 +36,7 @@ call plug#begin('~/.local/share/nvim/plugged') " REMINDER - some plugins have the following external dependencies " hexokinase(color preview): go " coc(code completion): nodejs, yarn +""" TODO write here what to do to install the C syntax server and watnot " vimdiscord: nvim installed from pip (python extension thingy) Plug 'vbe0201/vimdiscord' Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }