Auto install formatters using mason
This commit is contained in:
parent
3e7f424616
commit
24a19a8ab1
|
@ -17,6 +17,7 @@
|
|||
"lsp_signature.nvim": { "branch": "master", "commit": "c6aeb2f1d2538bbdfdaab1664d9d4c3c75aa9db8" },
|
||||
"lspkind-nvim": { "branch": "master", "commit": "1735dd5a5054c1fb7feaf8e8658dbab925f4f0cf" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "0a5a66803c7407767b799067986b4dc3036e1983" },
|
||||
"mason-conform.nvim": { "branch": "main", "commit": "c41b19222db71b016e55c64454b5e03441f56859" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "44509689b9bf3984d729cc264aacb31cb7f41668" },
|
||||
"mason.nvim": { "branch": "main", "commit": "751b1fcbf3d3b783fcf8d48865264a9bcd8f9b10" },
|
||||
"neo-tree.nvim": { "branch": "v2.x", "commit": "b529fb2ae9206ca1d84ee72b596deecbc088ac59" },
|
||||
|
|
8
nvim/dot-config/nvim/lua/plugins/mason-conform.lua
Normal file
8
nvim/dot-config/nvim/lua/plugins/mason-conform.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
-- https://github.com/zapling/mason-conform.nvim
|
||||
return {
|
||||
"zapling/mason-conform.nvim",
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
},
|
||||
opts = {},
|
||||
}
|
Loading…
Reference in New Issue
Block a user