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

Merge branch 'master' of github:tiyn/dotfiles

This commit is contained in:
2026-02-26 06:01:33 +01:00
3 changed files with 13 additions and 3 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,
}