From 356ab513f1f36381f163ca514f97385a8413bd5d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 19 Jul 2018 14:08:08 +0200 Subject: nvim: Move rst_syntax_code_list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/init.vim | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index ca991da..76e25df 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -26,6 +26,14 @@ let g:lightline = { \ } +""" +" Builtin things +" + +" List of vim syntaxes to highlight in rST code blocks +let g:rst_syntax_code_list = ['vim', 'c', 'cpp', 'python', 'sh'] + + """ " NVim settings " @@ -70,9 +78,6 @@ autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@