From cee2e5705eaed9d10e4808a1f78917923bdd0889 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 11 Oct 2022 01:25:21 +0200 Subject: Hosts: Neovim: Add custom config --- hosts/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index b8a8ffc..ab47d46 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -162,6 +162,17 @@ 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; -- cgit 1.4.1