Fix neovim configuration
This commit is contained in:
parent
e371ba31ba
commit
ea8f52a668
|
@ -136,13 +136,15 @@
|
|||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
plugins =
|
||||
configure.packages.myNVimPackage =
|
||||
with pkgs.vimPlugins;
|
||||
[
|
||||
{
|
||||
start = [
|
||||
vim-wayland-clipboard
|
||||
zoxide-vim
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
tmux.enable = true;
|
||||
htop.enable = true;
|
||||
|
|
Loading…
Reference in a new issue