add ron support

This commit is contained in:
RingOfStorms (Josh) 2024-10-10 22:03:32 -05:00
parent 82f657a8bd
commit 65c2ba0cef
3 changed files with 25 additions and 0 deletions

4
lua/plugins/ron.lua Normal file
View file

@ -0,0 +1,4 @@
return {
"ron/ron.vim",
lazy = false,
}