Split up config and remove obsidian plugin

This commit is contained in:
NaniNoni 2024-07-13 21:18:51 +02:00
parent c1ba048e90
commit 4f13bbbb04
7 changed files with 342 additions and 39 deletions

View file

@ -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'