mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +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
|
||||
\\let b:did_ftplugin = 1
|
||||
\\
|
||||
\\setlocal commentstring=#%s
|
||||
\\setlocal commentstring=#\ %s
|
||||
\\setlocal iskeyword+=-
|
||||
\\
|
||||
\\" Use syntax keywords for completion
|
||||
|
Reference in New Issue
Block a user