Added p10k and vim configurations
This commit is contained in:
parent
013899c0c8
commit
4f35e582b2
2 changed files with 1736 additions and 0 deletions
16
.vimrc
Normal file
16
.vimrc
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
syntax on
|
||||||
|
filetype plugin indent on
|
||||||
|
|
||||||
|
set autoindent
|
||||||
|
set smartindent
|
||||||
|
set shiftwidth=4
|
||||||
|
set tabstop=4
|
||||||
|
set expandtab
|
||||||
|
set softtabstop=4
|
||||||
|
|
||||||
|
set relativenumber
|
||||||
|
set number
|
||||||
|
|
||||||
|
set showmatch
|
||||||
|
|
||||||
|
set cindent
|
||||||
Loading…
Add table
Add a link
Reference in a new issue