(neovim) move coding related components to extra loaded configuration
This commit is contained in:
parent
1d969481df
commit
86cf2fa9d4
21 changed files with 185 additions and 156 deletions
|
@ -0,0 +1,3 @@
|
|||
config:
|
||||
MD004: false
|
||||
MD013: false
|
|
@ -54,14 +54,6 @@ map("n", "<leader>bl", function()
|
|||
end, { desc = "buffer list", remap = true })
|
||||
map("n", "<leader>bn", "<cmd>enew<CR>", { desc = "buffer create", remap = true })
|
||||
|
||||
map("n", "<leader>cd", vim.diagnostic.open_float, { desc = "Line Diagnostics" })
|
||||
map({ "n", "v" }, "<leader>cf", function()
|
||||
require("conform").format({
|
||||
lsp_fallback = true,
|
||||
async = false,
|
||||
})
|
||||
end, { desc = "format", remap = true })
|
||||
|
||||
map("n", "<leader>e", function()
|
||||
Snacks.explorer()
|
||||
end, { desc = "explorer", remap = true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue