fb7c0e7acff80e463c4c399dfee9f18cae0a73af
[dotfiles/.git] / .config / nvim / plugin / sets.vim
1 set timeout timeoutlen=2000
2 set tabstop=4 softtabstop=4
3 set shiftwidth=4
4 set smarttab
5 set expandtab
6 set smartindent
7 set termguicolors
8 set number
9 set relativenumber
10 set ignorecase
11 set smartcase
12 set exrc
13 set nohlsearch
14 set incsearch
15 set hidden
16 set noerrorbells
17 set scrolloff=8
18 set signcolumn=yes
19 set cmdheight=2
20 set updatetime=300
21 set shortmess+=c
22 set statusline^=%{coc#status()}%{get(b:,'coc_current_function','')}