1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 19:40:29 +01:00

Added ignoring missing spell files

This commit is contained in:
2019-02-13 10:17:31 +01:00
parent 7f00ef619d
commit 82887366b7

2
vimrc
View File

@@ -161,6 +161,8 @@ set noswapfile
" Strip trailing whitespace option " Strip trailing whitespace option
let stripTrailingWhitespace = 1 let stripTrailingWhitespace = 1
" Ignore missing spell files
let loaded_spellfile_plugin = 1
" TOhtml options " TOhtml options
let html_number_lines = 1 let html_number_lines = 1