neovim

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

i3config.vim (333B)


      1 " Vim filetype plugin file
      2 " Language: i3 config file
      3 " Original Author: Mohamed Boughaba <mohamed dot bgb at gmail dot com>
      4 " Maintainer: Quentin Hibon
      5 " Version: 0.4
      6 " Last Change: 2021 Dec 14
      7 
      8 if exists("b:did_ftplugin") | finish | endif
      9 let b:did_ftplugin = 1
     10 
     11 let b:undo_ftplugin = "setlocal cms<"
     12 
     13 setlocal commentstring=#\ %s