New neovim config
Uses lazy nvim and Lua instead of the old Vundle and vimscript setup.
This commit is contained in:
10
NeoVim/.config/nvim/lua/plugins/init.lua
Normal file
10
NeoVim/.config/nvim/lua/plugins/init.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
local neosolarized = require ("plugins/neosolarized")
|
||||
local telescope = require ("plugins/telescope")
|
||||
|
||||
return {
|
||||
neosolarized,
|
||||
telescope,
|
||||
{
|
||||
"christoomey/vim-tmux-navigator",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user