Added screen package; more neovim config
This commit is contained in:
parent
e58de4ae96
commit
987fcbf762
@ -32,6 +32,7 @@
|
|||||||
# List packages installed in system profile.
|
# List packages installed in system profile.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
|
screen
|
||||||
killall
|
killall
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -2,10 +2,15 @@
|
|||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
};
|
coc = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
"diagnostic.checkCurrentLine" = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.file = {
|
plugins = with pkgs.vimPlugins; [
|
||||||
".config/nvim/init.vim".source = ../dotfiles/.config/nvim/init.vim;
|
vim-airline
|
||||||
".config/nvim/coc-settings.json".source = ../dotfiles/.config/nvim/init.vim;
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user