diff options
| author | Seth Flynn <[email protected]> | 2021-09-08 02:25:11 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-09-08 02:25:11 -0400 |
| commit | 6b22185499a5cac24a312c7344d7cbe1ea7074aa (patch) | |
| tree | 1645924596ba8525653e4d8f2f010b3f197f8e16 | |
| parent | 7b84e2c166022353eead9dcfbff286abfa40bbed (diff) | |
update nvim and gitconfig
| -rw-r--r-- | git/.gitconfig | 2 | ||||
| -rw-r--r-- | nvim/.config/nvim/init.vim | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index d26843f..b2303ca 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,3 +1,3 @@ [user] - email = [email protected] + email = [email protected] name = Seth Flynn diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 65b4cae..9f9eab2 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -16,6 +16,10 @@ call plug#end() " settings colorscheme dracula set termguicolors +set nocompatible +set expandtab +set tabstop=4 +set shiftwidth=4 let g:lightline = { \ 'colorscheme': 'dracula', \ } |
