Browse Source

Remove python version from general nvim config

Kevin Heinicke 2 years ago
parent
commit
6e5a255728
1 changed files with 1 additions and 1 deletions
  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']