init.vim cut into plugins
[dotfiles/.git] / .config / nvim / plugin / sets.vim
diff --git a/.config/nvim/plugin/sets.vim b/.config/nvim/plugin/sets.vim
new file mode 100644 (file)
index 0000000..fb7c0e7
--- /dev/null
@@ -0,0 +1,22 @@
+set timeout timeoutlen=2000
+set tabstop=4 softtabstop=4
+set shiftwidth=4
+set smarttab
+set expandtab
+set smartindent
+set termguicolors
+set number
+set relativenumber
+set ignorecase
+set smartcase
+set exrc
+set nohlsearch
+set incsearch
+set hidden
+set noerrorbells
+set scrolloff=8
+set signcolumn=yes
+set cmdheight=2
+set updatetime=300
+set shortmess+=c
+set statusline^=%{coc#status()}%{get(b:,'coc_current_function','')}