refactor(nvim): use extraLuaConfig

This commit is contained in:
Oliver Davies 2023-10-18 22:49:53 +02:00
parent 4f2f98069c
commit c2ae75a465

View file

@ -668,8 +668,7 @@ in
inputs.self.packages.${pkgs.system}.opdavies-nvim
];
extraConfig = ''
lua << EOF
extraLuaConfig = ''
if vim.loader then
vim.loader.enable()
end
@ -684,7 +683,6 @@ in
require "opdavies.telescope.setup"
require "opdavies.telescope.mappings"
EOF
'';
extraPackages = with pkgs; [