Add markdown wrapping; Remove pyright
This commit is contained in:
+3
-3
@@ -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 #################################################################################
|
||||
|
||||
Reference in New Issue
Block a user