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