diff --git a/.vimrc b/.vimrc
index 9b6b2c029c771f04ccf87b33d3f79cd477ae9336..8d6b7aab87b3ad8a96fd38765cb05cadcad9bf51 100644
--- a/.vimrc
+++ b/.vimrc
@@ -117,13 +117,13 @@ else
 
     " Python autopep8
     "Plug 'tell-k/vim-autopep8'
-    Plug 'nvie/vim-flake8'
+    "Plug 'nvie/vim-flake8'
 
     " Python indentation
-    Plug 'Vimjas/vim-python-pep8-indent'
+    "Plug 'Vimjas/vim-python-pep8-indent'
 
     "Python-mode
-    Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
+    "Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
 
     " Smart quotes suppor
     Plug 'reedes/vim-textobj-quote'
@@ -668,13 +668,9 @@ let g:tex_conceal = ""
 
 "let g:neocomplcache_disable_auto_complete = 1
 " Enable spell checking when opening .tex files
-autocmd FileType tex setlocal spell spelllang=sv,en
-autocmd BufRead COMMIT_EDITMSG setlocal spell spelllang=sv,en
-autocmd BufNewFile,BufRead *.md,*.mkd,*.markdown set spell spelllang=sv,en
-
-"autocmd BufWritePre *.py :%s/\s\+$//e
-"autocmd!
-"au BufNewFile,BufRead *.tex setlocal spell spelllang=en_us
+"autocmd FileType tex setlocal spell spelllang=sv,en
+"autocmd BufRead COMMIT_EDITMSG setlocal spell spelllang=sv,en
+"autocmd BufNewFile,BufRead *.md,*.mkd,*.markdown set spell spelllang=sv,en
 
 " For quick and easy vimrc editing
 map <leader>vm :vsp $MYVIMRC<CR>
@@ -956,7 +952,7 @@ xmap af <Plug>(coc-funcobj-a)
 omap if <Plug>(coc-funcobj-i)
 omap af <Plug>(coc-funcobj-a)
 
-" Use <TAB> for select selections ranges, needs server support, like: coc-tsserver, coc-python
+" Use <TAB> for select selections ranges, needs server support, like: coc-tsserver, coc-pyright
 nmap <silent> <TAB> <Plug>(coc-range-select)
 xmap <silent> <TAB> <Plug>(coc-range-select)
 
@@ -993,7 +989,7 @@ nnoremap <silent> <leader>p  :<C-u>CocListResume<CR>
 
 
 " Rust Coc needs
-" :CocInstall coc-rust-analyzer coc-spell-checker coc-cspell-dicts coc-json coc-markdownlint coc-yaml coc-python coc-vimtex
+" :CocInstall coc-rust-analyzer coc-spell-checker coc-cspell-dicts coc-json coc-markdownlint coc-yaml coc-pyright coc-vimtex
 "
 " For text linting to work via coc-diagnostic, install
 " yay -S languagetool alex proselint write-good