From 0221492f62bcc1b766c2a4d5dbe26f6ff2ed8bc2 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sun, 14 Apr 2024 06:38:49 +0200 Subject: squashed init --- home/.config/nvim/init.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/.config/nvim/init.vim (limited to 'home/.config/nvim') diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim new file mode 100644 index 0000000..bbccc8b --- /dev/null +++ b/home/.config/nvim/init.vim @@ -0,0 +1,12 @@ +set tabstop=4 " Number of spaces that a in the file counts for. +set shiftwidth=0 " Number of spaces to use for each step of (auto)indent. +set noexpandtab " Do not use the appropriate number of spaces to insert a . +set showmatch " When a bracket is inserted, briefly jump to the matching +set ignorecase " Ignore case in search patterns. +set smartcase " Override 'ignorecase' if the pattern contains upper case + +set background=dark +set mouse= " Disable mouse " + +set number +hi LineNr ctermfg=gray -- cgit v1.2.3-70-g09d2