mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 08:03:48 +01:00
tabs are now spaces
This commit is contained in:
parent
3a887fd323
commit
0131e966f5
1 changed files with 2 additions and 1 deletions
|
@ -4,13 +4,14 @@ colorscheme dracula
|
||||||
|
|
||||||
|
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
|
set shiftwidth=4
|
||||||
|
set expandtab
|
||||||
command GoToFile cd %:p:h
|
command GoToFile cd %:p:h
|
||||||
set clipboard^=unnamed
|
set clipboard^=unnamed
|
||||||
set shell=bash shellquote=\" shellxquote=\"
|
set shell=bash shellquote=\" shellxquote=\"
|
||||||
set shcf=-c
|
set shcf=-c
|
||||||
tnoremap <Esc> <C-\><C-n>
|
tnoremap <Esc> <C-\><C-n>
|
||||||
set number
|
set number
|
||||||
set shiftwidth=4
|
|
||||||
|
|
||||||
call plug#begin('~/AppData/Local/nvim/plugged')
|
call plug#begin('~/AppData/Local/nvim/plugged')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue