Add alacritty and nvim files

This commit is contained in:
Leo Alho 2024-02-24 21:46:40 +02:00
commit 97abedfcdc
2 changed files with 13 additions and 0 deletions

View 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
View file

@ -0,0 +1,8 @@
" Line numbers
set number
set noswapfile
" Indentation
set autoindent
set shiftwidth=4