610 current 2024-05-14 18:40:16 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
d7125ac413
commit
493e358a0c
2 changed files with 6 additions and 15 deletions
|
|
@ -2,16 +2,6 @@ local filetypes = require("core.filetypes")
|
||||||
local configurer = require("utils.configurer")
|
local configurer = require("utils.configurer")
|
||||||
local opts = {}
|
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
|
if vim.g.vscode then
|
||||||
-- VSCode Neovim
|
-- VSCode Neovim
|
||||||
opts.spec = "vscode.plugins"
|
opts.spec = "vscode.plugins"
|
||||||
|
|
|
||||||
|
|
@ -28,11 +28,6 @@ in {
|
||||||
nodePackages.typescript-language-server
|
nodePackages.typescript-language-server
|
||||||
tailwindcss-language-server
|
tailwindcss-language-server
|
||||||
|
|
||||||
lua51Packages.lua-curl
|
|
||||||
lua51Packages.nvim-nio
|
|
||||||
lua51Packages.xml2lua
|
|
||||||
lua51Packages.mimetypes
|
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
git
|
git
|
||||||
html-tidy
|
html-tidy
|
||||||
|
|
@ -51,6 +46,12 @@ in {
|
||||||
plugins = [
|
plugins = [
|
||||||
pkgs.vimPlugins.lazy-nvim # All other plugins are managed by lazy-nvim
|
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 = {
|
xdg.configFile = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue