mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add nerdcommenter and fugitive
This commit is contained in:
parent
eb8d759915
commit
8ccc95f84e
2
config/nvim/lua/config/plugins/nerdcommenter.lua
Normal file
2
config/nvim/lua/config/plugins/nerdcommenter.lua
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
-- Add a space after comment characters
|
||||||
|
vim.g.NERDSpaceDelims = 1
|
||||||
@ -6,6 +6,14 @@ return {
|
|||||||
"hrsh7th/cmp-vsnip",
|
"hrsh7th/cmp-vsnip",
|
||||||
"hrsh7th/vim-vsnip",
|
"hrsh7th/vim-vsnip",
|
||||||
"mhinz/vim-startify",
|
"mhinz/vim-startify",
|
||||||
|
"tpope/vim-fugitive",
|
||||||
|
"preservim/nerdcommenter",
|
||||||
|
{
|
||||||
|
"lewis6991/gitsigns.nvim",
|
||||||
|
config = function()
|
||||||
|
require("gitsigns").setup()
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
config = require("config.plugins.nvim-cmp"),
|
config = require("config.plugins.nvim-cmp"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user