1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-02-21 12:14:47 +01:00

nvim: moved viper highlighting to separate repository and imported it

This commit is contained in:
2026-02-20 07:31:13 +01:00
parent 4db7a89731
commit 1ae799d7cd
3 changed files with 12 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
return {
-- highlighting for the viper verification language
"tiyn/viper.nvim",
event = { "BufReadPre *.vpr", "FileType viper" },
config = function()
require("viper").setup()
end,
}