add python

This commit is contained in:
2026-07-16 21:30:52 +02:00
parent 3f4f5e47d8
commit 1cc119d304
3 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,7 @@ require("fidget").setup()
vim.lsp.enable({ 'lua_ls' })
vim.lsp.enable({ 'clangd' })
vim.lsp.enable({ 'spade_ls' })
vim.lsp.enable({ 'pyright' })
-- vim.lsp.enable({ 'metals' })
vim.lsp.config("rust_analyzer", {