nixpkgs/home/programs/neovim/configuration/after/ftplugin/sql.vim
Daniel Siepmann 2a55b8e6fd
Adjust Neovim sql comment
Use TYPO3 default "#" instead of "--".
I nearly exclusively write SQL comments within TYPO3 sql files.
2022-03-15 08:10:54 +01:00

4 lines
62 B
VimL

" setlocal commentstring=--\ %s
setlocal commentstring=#\ %s