new neovim config
This commit is contained in:
9
.config/nvim/lua/plugins/conform.lua
Normal file
9
.config/nvim/lua/plugins/conform.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
python = { "black" },
|
||||
c = { "clang-format" }
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user