610 current 2024-05-14 18:40:16 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 18:40:20 -04:00
parent d7125ac413
commit 493e358a0c
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 6 additions and 15 deletions

View file

@ -2,16 +2,6 @@ local filetypes = require("core.filetypes")
local configurer = require("utils.configurer")
local opts = {}
package.path = package.path
.. ";"
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/share/lua/5.1/cURL.lua;"
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/share/lua/5.1/cURL/?.lua;"
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/share/lua/5.1/cURL/impl/cURL.lua"
package.cpath = package.cpath
.. ";"
.. "/nix/store/cga26ykqb57jyiws6wvrsmw9xrqf7555-lua5.1-lua-curl-0.3.13-1/lib/lua/5.1/lcurl.so"
if vim.g.vscode then
-- VSCode Neovim
opts.spec = "vscode.plugins"

View file

@ -28,11 +28,6 @@ in {
nodePackages.typescript-language-server
tailwindcss-language-server
lua51Packages.lua-curl
lua51Packages.nvim-nio
lua51Packages.xml2lua
lua51Packages.mimetypes
# Tools
git
html-tidy
@ -51,6 +46,12 @@ in {
plugins = [
pkgs.vimPlugins.lazy-nvim # All other plugins are managed by lazy-nvim
];
extraLuaPackages = with pkgs; [
lua51Packages.lua-curl
lua51Packages.nvim-nio
lua51Packages.xml2lua
lua51Packages.mimetypes
];
};
xdg.configFile = {