neovim

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

desktop.vim (382B)


      1 " Vim filetype plugin file
      2 " Language: XDG desktop entry
      3 " Maintainer: Eisuke Kawashima ( e.kawaschima+vim AT gmail.com )
      4 " Last Change: 2022-07-26
      5 "              2024-05-24 by Riley Bruins <ribru17@gmail.com> ('commentstring')
      6 
      7 if exists('b:did_ftplugin')
      8  finish
      9 endif
     10 let b:did_ftplugin = v:true
     11 
     12 setl comments=:#
     13 setl commentstring=#\ %s
     14 let b:undo_ftplugin = 'setl com< cms<'