mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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
|
# PROGRAM CONFIGS
|
||||||
|
|
||||||
# NEOVIM
|
# NEOVIM
|
||||||
|
home.sessionVariables.EDITOR = "nvim";
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
defaultEditor = true;
|
|
||||||
|
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
vimPlugins.nvim-treesitter.withAllGrammars
|
vimPlugins.nvim-treesitter.withAllGrammars
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue