neovim/lua/plugins/init.lua

14 lines
419 B
Lua

return {
-- Install plenary.nvim
-- Plenary is a ensemble of lua functions used by many plugins
"nvim-lua/plenary.nvim",
-- Vim plugin for Git, of Git plugin for Vim
"tpope/vim-fugitive",
-- Use <C-a>/<C-x> to increment dates, times, and more
"tpope/vim-speeddating",
-- Detect tabstop and shiftwidth automatically
-- 'tpope/vim-sleuth',
-- Improve surroundings management
"tpope/vim-surround"
}