adding neovim config, splitting it up

This commit is contained in:
Mark Riedesel 2024-06-14 08:19:48 -05:00
parent 817a08c7e2
commit b2322f2877
17 changed files with 460 additions and 1 deletions

View file

@ -0,0 +1,4 @@
return {
"nvim-lua/plenary.nvim", -- commonly used lua functions
"christoomey/vim-tmux-navigator", -- tmux & split window navigation
}