Add markdown wrapping; Remove pyright

This commit is contained in:
Andrew Miner
2026-08-03 08:59:41 -06:00
parent baa7e6dc13
commit 97b1ed0e47
3 changed files with 67 additions and 34 deletions
+3 -3
View File
@@ -173,7 +173,7 @@ let g:ale_linters = {
\'javascript': ['eslint'],
\'json': ['jsonlint'],
\'pug': ['puglint'],
\'python': ['pyright', 'mypy'],
\'python': ['mypy'],
\'typescript': ['eslint', 'tsserver'],
\'typescriptreact': ['eslint', 'tsserver'],
\'vue': ['vls']
@@ -259,8 +259,8 @@ silent! source .vimrc.local " project specific .vimrc
autocmd BufRead COMMIT_EDITMSG set textwidth=70 colorcolumn=70
autocmd BufRead Makefile setlocal noexpandtab
autocmd BufRead *.scss set shiftwidth=4
autocmd BufNewFile,BufRead *.md Wrapwidth 100 | set wrap textwidth=0
autocmd BufRead *.scss setlocal shiftwidth=4
autocmd BufNewFile,BufRead *.md Wrapwidth 100 | setlocal wrap textwidth=0 | setlocal spell
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
" Startup Commands #################################################################################