neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

cs.lua (110B)


      1 vim.bo.commentstring = '// %s'
      2 
      3 vim.b.undo_ftplugin = (vim.b.undo_ftplugin or '') .. '\n setl commentstring<'