mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 04:30:27 +01:00
luarocks config/install
This commit is contained in:
5
.config/nvim/lua/plugins/luarocks.lua
Normal file
5
.config/nvim/lua/plugins/luarocks.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
"vhyrro/luarocks.nvim",
|
||||
priority = 1000, -- Very high priority is required, luarocks.nvim should run as the first plugin in your config.
|
||||
config = true,
|
||||
}
|
||||
Reference in New Issue
Block a user