Using the new extraluaconfig stuff for neovim in home-manager

master
Dustin Swan 1 year ago
parent c9430d3b5e
commit 89d34c7be9
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -16,7 +16,6 @@ in
ghc haskell-language-server hlint haskellPackages.hoogle ghc haskell-language-server hlint haskellPackages.hoogle
lua53Packages.luarocks lua53Packages.luarocks
ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es
fontconfig iosevka iosevka-bin
]; ];
home.sessionVariables = { home.sessionVariables = {
@ -234,11 +233,7 @@ in
withNodeJs = true; withNodeJs = true;
withPython3 = true; withPython3 = true;
withRuby = true; withRuby = true;
}; extraLuaConfig = builtins.readFile ./vim.lua;
home.file.nvim = {
target = ".config/nvim/init.lua";
source = ./init.lua;
}; };
programs.bat = { programs.bat = {

Loading…
Cancel
Save