This website requires JavaScript.
Explore
Help
Sign in
FunctionalHacker
/
dotfiles
Watch
2
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
1
Releases
Activity
81ddde9555
dotfiles
/
home
/
.config
/
nvim
/
lua
/
plugins
/
fugitive.lua
4 lines
73 B
Lua
Raw
Normal View
History
Unescape
Escape
Refactor neovim config file structure All plugins are now in their own files with their lazy specifications and configurations. Also moved lazy initialization to init.lua because it is very compact now
2023-11-18 02:27:14 +02:00
-- Git commands
Add type annotations to plugin specs
2023-11-25 14:37:36 +02:00
--- @type LazyPluginSpec
Refactor neovim config file structure All plugins are now in their own files with their lazy specifications and configurations. Also moved lazy initialization to init.lua because it is very compact now
2023-11-18 02:27:14 +02:00
return
{
"
tpope/vim-fugitive
"
}
Reference in a new issue
Copy permalink