mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix the commentstring in po files
This commit is contained in:
parent
9b15d6e155
commit
5e5eb4d39f
2 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,4 @@
|
|||
" set in `ftplugin/nginx.vim` and sets `comments` to some garbage. This script
|
||||
" undoes that damage.
|
||||
let &l:comments = &g:comments
|
||||
let &l:commentstring = '# %s'
|
||||
let &l:commentstring = '#%s'
|
||||
|
|
1
nvim/after/syntax/po.vim
Normal file
1
nvim/after/syntax/po.vim
Normal file
|
@ -0,0 +1 @@
|
|||
setl commentstring=#%s
|
Loading…
Reference in a new issue