mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-09 12:09:13 +01:00
8 lines
93 B
VimL
8 lines
93 B
VimL
|
if exists('b:did_ftplugin')
|
||
|
finish
|
||
|
endif
|
||
|
let b:did_ftplugin = 1
|
||
|
|
||
|
set spell
|
||
|
set spelllang=en
|