1
0
Fork 0
mirror of https://git.oat.zone/dark-firepit/dotfiles synced 2024-04-28 08:45:04 +02:00
git.oat.zone--dark-firepit-.../config/neovim/config.vim
System administrator ec00c09f2e Dotfiles
2022-01-11 17:44:40 +00:00

39 lines
539 B
VimL

filetype off
let mapleader=','
set shell=/run/current-system/sw/bin/fish
set viewoptions=folds,options,cursor,unix,slash
set encoding=utf-8
set termguicolors
syntax on
set backspace=2
set laststatus=2
set noshowmode
set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
set number
set numberwidth=1
set cmdheight=3
set textwidth=0
set linebreak
set showmatch
set matchtime=0
set clipboard=unnamedplus
set cursorline
set incsearch
set ignorecase
set smartcase
nnoremap Q <Nop>
nnoremap gQ <Nop>
:tnoremap <Esc> <C-\><C-n>