[nvim] a bunch of things
This commit is contained in:
parent
ae228da2ce
commit
e296716fa2
14 changed files with 526 additions and 392 deletions
10
.config/nvim/lua/plugins/conform.lua
Normal file
10
.config/nvim/lua/plugins/conform.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
require("conform").setup({
|
||||
formatters_by_ft = {
|
||||
python = { "black" },
|
||||
javascript = { "prettierd" },
|
||||
markdown = { "mdformat" },
|
||||
},
|
||||
format_on_save = {
|
||||
lsp_fallback = true,
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue