lsp_lines added

This commit is contained in:
adollar 2025-06-25 19:59:00 +01:00
parent c47d849a01
commit 1cd81cee70
4 changed files with 44 additions and 20 deletions

4
lua/plugins/fugitive.lua Normal file
View file

@ -0,0 +1,4 @@
return {
-- Powerful Git integration for Vim
'tpope/vim-fugitive',
}