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
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue