Add python and odin lsp and another theme as comment

This commit is contained in:
Pablu23
2024-06-26 14:32:57 +02:00
parent 3bed9e8ccb
commit 5974388201
6 changed files with 49 additions and 21 deletions

View File

@@ -6,7 +6,6 @@ return {
sources = {
null_ls.builtins.formatting.stylua,
null_ls.builtins.formatting.gofmt,
null_ls.builtins.formatting.biome,
},
})
vim.keymap.set("n", "<leader>gf", vim.lsp.buf.format, {})