589 current 2024-05-14 16:45:24 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 16:45:27 -04:00
parent 1548230f2a
commit d244f13023
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 5 additions and 10 deletions

View file

@ -1,16 +1,7 @@
return {
{
"vhyrro/luarocks.nvim",
priority = 1000,
config = true,
opts = {
rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" },
},
},
{
"rest-nvim/rest.nvim",
ft = "http",
dependencies = { "luarocks.nvim" },
config = function()
require("rest-nvim").setup()
end,

View file

@ -27,6 +27,11 @@ in {
nodePackages.typescript-language-server
tailwindcss-language-server
luajitPackages.lua-curl
luajitPackages.nvim-nio
luajitPackages.mimetypes
luajitPackages.xml2lua
# Tools
git
cmake
@ -37,7 +42,6 @@ in {
fswatch # File watcher utility, replacing libuv.fs_event for neovim 10.0
sqlite
postgresql
luarocks-nix
mongosh
gerbera
vscode-extensions.vadimcn.vscode-lldb.adapter