mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #2152 from nihaals/vim-commentstring
Add space to `commentstring` in Vim plugin
This commit is contained in:
@ -16,7 +16,7 @@ pub const ftplugin =
|
|||||||
\\endif
|
\\endif
|
||||||
\\let b:did_ftplugin = 1
|
\\let b:did_ftplugin = 1
|
||||||
\\
|
\\
|
||||||
\\setlocal commentstring=#%s
|
\\setlocal commentstring=#\ %s
|
||||||
\\setlocal iskeyword+=-
|
\\setlocal iskeyword+=-
|
||||||
\\
|
\\
|
||||||
\\" Use syntax keywords for completion
|
\\" Use syntax keywords for completion
|
||||||
|
Reference in New Issue
Block a user