mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
nvim default
This commit is contained in:
parent
6318be44b2
commit
301a3badde
1 changed files with 1 additions and 1 deletions
|
|
@ -46,11 +46,11 @@
|
|||
# PROGRAM CONFIGS
|
||||
|
||||
# NEOVIM
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
|
||||
plugins = with pkgs; [
|
||||
vimPlugins.nvim-treesitter.withAllGrammars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue