Improve neovim-specific configs
This commit is contained in:
parent
531786f609
commit
0b63872d62
7 changed files with 29 additions and 1 deletions
10
.config/home-manager/nvim.nix
Normal file
10
.config/home-manager/nvim.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Packages that should be installed to the user profile.
|
||||
home.packages = with pkgs; [
|
||||
nodejs # needed for lsp
|
||||
fzf # fuzzy finder
|
||||
neovim # alternative to vim
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue