1
0
Эх сурвалжийг харах

Remove python version from general nvim config

Kevin Heinicke 2 жил өмнө
parent
commit
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>
 
 " python
-" Thissholdotolocalnrvimrc
+" This should go to local nvimrc
 
 " autoformatting
 let g:formatter_python = ['yapf']