Added neovim lazyvim Plugin. Reconfigured Nerdfonts to work again.
This commit is contained in:
32
neovim.nix
32
neovim.nix
@ -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;
|
||||
#};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user