feat(neovim): update config

This commit is contained in:
Felix Schröter 2020-09-26 23:54:07 +02:00
parent 5e0b72ca74
commit 0a772c90b0
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
10 changed files with 251 additions and 215 deletions

View file

@ -1,16 +1,9 @@
{ config, pkgs, ... }:
{
imports = [
./lsp.nix
./neovim.nix
./vscode.nix
];
imports = [ ./lsp.nix ./neovim ./vscode.nix ];
home.packages = with pkgs; [
fzf
ripgrep
];
home.packages = with pkgs; [ fzf ripgrep ];
home.sessionVariables = with pkgs; {
EDITOR = "nvim";