Files
dotfiles/NeoVim/.config/nvim/lua/plugins/init.lua
Aryadev Chavali bc3fae6b88 New neovim config
Uses lazy nvim and Lua instead of the old Vundle and vimscript setup.
2024-10-14 00:44:29 +01:00

11 lines
189 B
Lua

local neosolarized = require ("plugins/neosolarized")
local telescope = require ("plugins/telescope")
return {
neosolarized,
telescope,
{
"christoomey/vim-tmux-navigator",
}
}