1
mirror of https://github.com/neovim/neovim.git synced 2025-01-01 17:23:36 -07:00
neovim/runtime/ftplugin/unison.vim
Christian Clason aaeb1a8cd1
vim-patch:7159ac7fec28 ()
Unison support ()

7159ac7fec

Co-authored-by: Anton Parkhomenko <chuwy@users.noreply.github.com>
2023-08-09 22:34:02 +02:00

15 lines
314 B
VimL

" Vim filetype plugin file
" Language: unison
" Maintainer: Anton Parkhomenko <anton@chuwy.me>
" Latest Revision: 2023-08-07
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
let b:undo_ftplugin = "setl cms< isk<"
setlocal commentstring=--\ %s
setlocal iskeyword+=!,'