diff options
| author | leiyu3 <s444814187@gmail.com> | 2026-02-24 15:26:45 -0500 |
|---|---|---|
| committer | leiyu3 <s444814187@gmail.com> | 2026-02-24 15:26:45 -0500 |
| commit | 25bc82f7acde5fe11ee41ed3530607c219083d9a (patch) | |
| tree | 2267899fa85ead83e8cbc14a53621540c6d70d28 /.config/nvim/lua/plugins/mason-lspconfig.lua | |
| parent | b8fcc11c9b7f77b88e0880ececa735536d938f8d (diff) | |
| download | dotfiles-25bc82f7acde5fe11ee41ed3530607c219083d9a.tar.gz dotfiles-25bc82f7acde5fe11ee41ed3530607c219083d9a.zip | |
Diffstat (limited to '.config/nvim/lua/plugins/mason-lspconfig.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/mason-lspconfig.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/mason-lspconfig.lua b/.config/nvim/lua/plugins/mason-lspconfig.lua new file mode 100644 index 0000000..b5512e6 --- /dev/null +++ b/.config/nvim/lua/plugins/mason-lspconfig.lua | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | return { | ||
| 2 | "mason-org/mason-lspconfig.nvim", | ||
| 3 | opts = { | ||
| 4 | ensure_installed = { | ||
| 5 | "lua_ls", | ||
| 6 | -- "pyright", | ||
| 7 | "clangd", | ||
| 8 | -- "ts_ls", | ||
| 9 | }, | ||
| 10 | }, | ||
| 11 | } | ||
