浏览代码

Remove python version from general nvim config

Kevin Heinicke 2 年之前
父节点
当前提交
6e5a255728
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nvimrc

+ 1 - 1
nvimrc

@@ -113,7 +113,7 @@ set ignorecase " ignore case while searching
 nnoremap <C-s> :set hlsearch!<CR>
 nnoremap <C-s> :set hlsearch!<CR>
 
 
 " python
 " python
-" Thissholdotolocalnrvimrc
+" This should go to local nvimrc
 
 
 " autoformatting
 " autoformatting
 let g:formatter_python = ['yapf']
 let g:formatter_python = ['yapf']