소스 검색

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>
 
 " python
-" Thissholdotolocalnrvimrc
+" This should go to local nvimrc
 
 " autoformatting
 let g:formatter_python = ['yapf']