mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: added conform.nvim and updated plugins
This commit is contained in:
11
.config/nvim/lua/plugins/conform.lua
Normal file
11
.config/nvim/lua/plugins/conform.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
{
|
||||
'stevearc/conform.nvim',
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
python = { "isort", "black" },
|
||||
markdown = { "mdformat" },
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user