Split up config and remove obsidian plugin
This commit is contained in:
parent
c1ba048e90
commit
4f13bbbb04
7 changed files with 342 additions and 39 deletions
|
|
@ -6,6 +6,14 @@ return {
|
|||
{
|
||||
'lewis6991/gitsigns.nvim',
|
||||
opts = {
|
||||
signs = {
|
||||
add = { text = '+' },
|
||||
change = { text = '~' },
|
||||
delete = { text = '_' },
|
||||
topdelete = { text = '‾' },
|
||||
changedelete = { text = '~' },
|
||||
},
|
||||
|
||||
on_attach = function(bufnr)
|
||||
local gitsigns = require 'gitsigns'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue