From 3bbf40d2819eb91a8e9b853451f504aeb24bb347 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 17 Mar 2024 23:03:31 +0100 Subject: Hosts: Add neovim config --- hosts/configuration.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 7e95a00..e29eb8e 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -108,6 +108,7 @@ wget gitFull git-crypt + neovim htop pfetch unzip @@ -178,23 +179,6 @@ clock24 = true; }; - neovim = { - enable = true; - viAlias = true; - vimAlias = true; - configure = { - extraConfig = '' - filetype plugin indent on - syntax on - set title - set tabstop=8 - set softtabstop=8 - set shiftwidth=8 - set noexpandtab - ''; - }; - }; - light.enable = true; dconf.enable = true; -- cgit 1.4.1