nixpkgs/home/programs/neovim/configuration/after/ftplugin/json.vim
Daniel Siepmann be7063d983
Improve spell checking within neovim
Turn on spell checking for all files by default.
Enable camel recognition for spell checking by default.
Remove no longer used files as they only turned spell checking off,
which no longer is necessary.
2023-04-20 14:11:12 +02:00

3 lines
89 B
VimL

setlocal formatprg=python\ -m\ json.tool
setlocal spell spelllang=en spelloptions+=camel