format default plugins

This commit is contained in:
Buliway 2024-12-14 09:46:55 +03:00
parent 18cc18b5a1
commit 4e1fee8a43
7 changed files with 306 additions and 298 deletions

View file

@ -6,6 +6,13 @@ return {
{ {
'lewis6991/gitsigns.nvim', 'lewis6991/gitsigns.nvim',
opts = { opts = {
signs = {
add = { text = '+' },
change = { text = '~' },
delete = { text = '_' },
topdelete = { text = '' },
changedelete = { text = '~' },
},
on_attach = function(bufnr) on_attach = function(bufnr)
local gitsigns = require 'gitsigns' local gitsigns = require 'gitsigns'

View file

@ -8,6 +8,7 @@ return {
'nvim-lua/plenary.nvim', 'nvim-lua/plenary.nvim',
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended 'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
'MunifTanjim/nui.nvim', 'MunifTanjim/nui.nvim',
'3rd/image.nvim', -- Optional image support in preview window: See `# Preview Mode` for more information
}, },
cmd = 'Neotree', cmd = 'Neotree',
keys = { keys = {