Remove notify

This commit is contained in:
Martin Lasson 2025-01-26 00:31:48 +01:00
parent f0f8aeb7b8
commit 97e2caa7bb

View file

@ -13,7 +13,6 @@ return {
},
},
on_attach = function(_, bufnr)
vim.notify("TJENA BBY")
vim.bo[bufnr].tabstop = 2
vim.bo[bufnr].shiftwidth = 2
vim.bo[bufnr].softtabstop = 2