Remove lua and replace pylsp

This commit is contained in:
2024-05-20 07:36:17 +02:00
parent a3983ae9c5
commit 2143b6d5a1
5 changed files with 8 additions and 6 deletions

View File

@@ -45,9 +45,6 @@ vim.g.NERDTreeDirArrowCollapsible = "▾"
vim.g.gitblame_message_template = " => <author> • <date> • <summary>"
vim.g.gitblame_date_format = "%r"
-- Intendation basics
require("ibl").setup()
-- Code completion
require("code-completion")