mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
6237ac8402
Update runtime files
2ecbe53f45
17 lines
337 B
VimL
17 lines
337 B
VimL
" Vim filetype plugin file
|
|
" Language: sway config file
|
|
" Original Author: James Eapen <james.eapen@vai.org>
|
|
" Maintainer: James Eapen <james.eapen@vai.org>
|
|
" Version: 0.1
|
|
" Last Change: 2022 June 07
|
|
|
|
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
|
|
let b:did_ftplugin = 1
|
|
|
|
let b:undo_ftplugin = "setlocal cms<"
|
|
|
|
setlocal commentstring=#\ %s
|