aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect
Commit message (Collapse)AuthorAgeFilesLines
* fix(plugin): actually augroup in the ftdetect/ script is considered harmful.Matěj Cepl2024-03-281-3/+1
| | | | | | | | | | From Reddit: > Oh and by the way, you don't need to put augroup in an ftdetect > file: in fact, you shouldn't add it. The augroup is set up > by filetype.vim before the ftdetect scripts are sourced, > so when you run augroup END in your ftdetect script, any > ftdetect scripts that run after yours will no longer run in the > filetypedetect augroup.
* fix(plugin): add filetypes.lua file for the package.Matěj Cepl2024-03-282-2/+5
| | | | Why in the world spec.vim was in ftdetect/ and not in ftplugin/.
* fix(snippets): we don't need to eliminate name, just transliterate it to ASCII.Matěj Cepl2024-03-281-1/+1
|
* feat: add options so, that K works for opening URLs based on SUSE ↵Matěj Cepl2024-03-281-0/+2
| | | | | | | | abbrevitations. The list is found on https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations osurl command (requires Lua) is from https://gitlab.com/mcepl/osurl.git
* feat: add detection of SUSE *.changes files and add first snippet.Matěj Cepl2024-03-281-0/+3
Requires vim-snipmate compatible engine.