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.
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
screen
|
||||
killall
|
||||
];
|
||||
|
||||
|
@ -2,10 +2,15 @@
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
coc = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"diagnostic.checkCurrentLine" = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".config/nvim/init.vim".source = ../dotfiles/.config/nvim/init.vim;
|
||||
".config/nvim/coc-settings.json".source = ../dotfiles/.config/nvim/init.vim;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-airline
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user