New neovim config

Uses lazy nvim and Lua instead of the old Vundle and vimscript setup.
This commit is contained in:
2024-10-14 00:44:29 +01:00
parent e36e3bd66c
commit bc3fae6b88
7 changed files with 78 additions and 108 deletions

View File

@@ -0,0 +1,10 @@
local neosolarized = require ("plugins/neosolarized")
local telescope = require ("plugins/telescope")
return {
neosolarized,
telescope,
{
"christoomey/vim-tmux-navigator",
}
}