Skip to content
Snippets Groups Projects
Commit 6a2156a8 authored by Jens Nolte's avatar Jens Nolte
Browse files

Neovim: set hidden

parent a1ae0cc6
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,13 @@ pkgs.neovim.override {
set expandtab
set shiftround
set hidden
set smartindent
filetype plugin indent on
" Search case-insensitive by default but switch to case-sensitive when using uppercase letters.
set ignorecase
set smartcase
" Full mouse support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment