Add alacritty and nvim files
This commit is contained in:
commit
97abedfcdc
2 changed files with 13 additions and 0 deletions
5
.config/alacritty/alacritty.toml
Normal file
5
.config/alacritty/alacritty.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[window]
|
||||
opacity = 0.75
|
||||
padding = { x = 5, y = 5}
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
8
.config/nvim/init.vim
Normal file
8
.config/nvim/init.vim
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
" Line numbers
|
||||
set number
|
||||
|
||||
set noswapfile
|
||||
|
||||
" Indentation
|
||||
set autoindent
|
||||
set shiftwidth=4
|
||||
Loading…
Reference in a new issue