diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua new file mode 100644 index 0000000..abb6f0f --- /dev/null +++ b/lua/plugins/lsp.lua @@ -0,0 +1,14 @@ +return { + { + "williamboman/mason.nvim", + opts = { + -- https://github.com/williamboman/mason.nvim?tab=readme-ov-file#introduction + -- https://mason-registry.dev/registry/list + ensure_installed = { + "rubocop", + "stylua", + "shfmt", + }, + }, + }, +}