1
0
Fork 0
mirror of https://git.oat.zone/dark-firepit/dotfiles synced 2024-05-12 17:16:07 +02:00
git.oat.zone--dark-firepit-.../config/neovim/config.vim

39 lines
539 B
VimL
Raw Normal View History

2022-01-11 18:44:40 +01:00
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>