Migrate '.vim/after/syntax' to neovim

This commit is contained in:
2025-10-19 20:32:37 +02:00
parent b65127dbd4
commit e29326a34b
4 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
vim.cmd([[
syn keyword Operator \+ conceal cchar=¬
syn keyword Operator , conceal cchar=∧
syn keyword Operator ; conceal cchar=
]])
vim.cmd.runtime("syntax/_comment_keywords.lua")