Added neovim lazyvim Plugin. Reconfigured Nerdfonts to work again.

This commit is contained in:
2025-09-02 10:07:36 +02:00
parent 09c635b9f7
commit 3c6023ef4d
5 changed files with 109 additions and 32 deletions

View File

@ -3,31 +3,13 @@
environment.systemPackages = with pkgs;
[
neovim
#vimPlugins.LazyVim
vimPlugins.LazyVim
vimPlugins.lazygit-nvim
wl-clipboard
xclip
];
programs.neovim = {
enable = true;
# ...
#extraPackages = with pkgs.vimPlugins; [
#
# LazyVim
#];
#extraLuaConfig =
## lua
#''
# require("lazy").setup({
# -- disable all update / install features
# -- this is handled by nix
# rocks = { enabled = false },
# pkg = { enabled = false },
# install = { missing = false },
# change_detection = { enabled = false },
# spec = {
# -- TODO
# },
# })
#'';
};
# programs.neovim = {
# enable = true;
#};
}