Skip to content

Commit 5fd392c

Browse files
committed
Disables spellchecker for Lua files
IDK the reason, but the spellchecker starts marking all words with spelling / grammar mistakes. This commit sets `nospell` for Lua buffers. I don't think debugging this is worth the time TBH.
1 parent f89e7d3 commit 5fd392c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ftplugin/lua.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
setlocal ts=2 sts=2 sw=2 expandtab
2+
setlocal nospell " The spellchecker goes crazy with Lua files IDK why.

0 commit comments

Comments
 (0)