Updated config

Added conform to replace null-ls
This commit is contained in:
2024-09-07 00:19:24 +02:00
parent c3ced61294
commit b25c9186b9
6 changed files with 62 additions and 25 deletions

View File

@@ -18,12 +18,6 @@ local M = {
["<leader>0"] = { "0", desc = "Go to true line beggining" },
["<leader>q"] = { ":noh<CR>", desc = "Clear highlights" },
-- buffer
["<leader>bf"] = {
function()
vim.lsp.buf.format({ async = false })
end,
desc = "Format buffer",
},
["<leader>bs"] = { ":write <CR>", desc = "Save buffer" },
["<C-k>"] = { "<cmd>cnext<CR>zz" },
["<C-j>"] = { "<cmd>cprev<CR>zz" },