change ftplugin settings

This commit is contained in:
James Dixon 2020-11-01 19:22:26 -05:00
parent 67991345b5
commit 6ad1c895f3
4 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,5 @@
"settings
set noexpandtab
let g:go_auto_type_info = 1
let g:go_imports_autosave = 1

View File

@ -1 +1,3 @@
"syntax
syntax sync fromstart

View File

@ -1 +1,3 @@
"settings
setlocal spell

View File

@ -1,2 +1,3 @@
"keymaps
xnoremap <leader>r <esc>:'<,'>:w !python3<CR>