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/nvim-lspconfig.lua | |
| parent | b8fcc11c9b7f77b88e0880ececa735536d938f8d (diff) | |
| download | dotfiles-25bc82f7acde5fe11ee41ed3530607c219083d9a.tar.gz dotfiles-25bc82f7acde5fe11ee41ed3530607c219083d9a.zip | |
Diffstat (limited to '.config/nvim/lua/plugins/nvim-lspconfig.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/nvim-lspconfig.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/nvim-lspconfig.lua b/.config/nvim/lua/plugins/nvim-lspconfig.lua new file mode 100644 index 0000000..2088263 --- /dev/null +++ b/.config/nvim/lua/plugins/nvim-lspconfig.lua | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | return { | ||
| 2 | "neovim/nvim-lspconfig", | ||
| 3 | config = function() | ||
| 4 | local lspconfig = require("lspconfig") | ||
| 5 | |||
| 6 | -- lspconfig.lua_ls.setup({}) | ||
| 7 | -- lspconfig.pyright.setup({}) | ||
| 8 | -- lspconfig.ts_ls.setup({}) | ||
| 9 | -- lspconfig.rust_analyzer.setup({}) | ||
| 10 | -- lspconfig.clangd.setup({}) | ||
| 11 | -- lspconfig.markdown_oxide.setup({}) | ||
| 12 | end | ||
| 13 | } | ||
