summaryrefslogtreecommitdiff
path: root/home/.config/nvim/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/nvim/init.vim')
-rw-r--r--home/.config/nvim/init.vim13
1 files changed, 0 insertions, 13 deletions
diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim
deleted file mode 100644
index 9b276fb..0000000
--- a/home/.config/nvim/init.vim
+++ /dev/null
@@ -1,13 +0,0 @@
-set tabstop=4 " Number of spaces that a <Tab> 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 <Tab>.
-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
-colorscheme vim