initial commit

This commit is contained in:
2026-04-08 22:34:08 +02:00
commit 2a102a0ee1
14 changed files with 596 additions and 0 deletions

4
lua/plugins/lsplines.lua Normal file
View File

@ -0,0 +1,4 @@
vim.pack.add({ "https://git.sr.ht/~whynothugo/lsp_lines.nvim" })
require("lsp_lines").setup()
vim.diagnostic.config({ virtual_lines = { only_current_line = true } })