Moving configs up a level since I copied them wrong the first time

This commit is contained in:
jared kling
2022-12-12 10:00:26 -06:00
parent bea9f33dfa
commit 5dd77933c3
17 changed files with 0 additions and 0 deletions

14
.config/nvim/init.vim Normal file
View File

@@ -0,0 +1,14 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.config/nvim/plugged/plugins.vim
source ~/.config/nvim/plugged/pluginsettings.vim
source ~/.config/nvim/keybindings.vim
:set number
:set tabstop=2
:set expandtab
:set shiftwidth=2
:set shiftround
set backupcopy=yes
colorscheme dracula