dotfiles/config/nvim/init.vim

5 lines
114 B
VimL
Raw Normal View History

2023-01-07 16:12:59 +02:00
set tabstop=2 softtabstop=2 shiftwidth=2 expandtab smarttab autoindent
set mouse-=a
set laststatus=2
set t_Co=256