aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins/omnisharp-extended-lsp-nvim.lua
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-09-27 19:12:55 +0800
committercrupest <crupest@outlook.com>2023-09-27 19:12:55 +0800
commitbb368f72213f1f3ed034b3b74e377a64fdd86a0d (patch)
treec9eea9270a09325e20874230f5ac3967d8332067 /configs/nvim/lua/plugins/omnisharp-extended-lsp-nvim.lua
parentd176e8ac407561826ea8453dfae1999ea34db1f4 (diff)
downloadcrupest-bb368f72213f1f3ed034b3b74e377a64fdd86a0d.tar.gz
crupest-bb368f72213f1f3ed034b3b74e377a64fdd86a0d.tar.bz2
crupest-bb368f72213f1f3ed034b3b74e377a64fdd86a0d.zip
Update nvim configs.
Diffstat (limited to 'configs/nvim/lua/plugins/omnisharp-extended-lsp-nvim.lua')
-rw-r--r--configs/nvim/lua/plugins/omnisharp-extended-lsp-nvim.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/nvim/lua/plugins/omnisharp-extended-lsp-nvim.lua b/configs/nvim/lua/plugins/omnisharp-extended-lsp-nvim.lua
new file mode 100644
index 0000000..221369b
--- /dev/null
+++ b/configs/nvim/lua/plugins/omnisharp-extended-lsp-nvim.lua
@@ -0,0 +1,3 @@
+return {
+ "Hoffs/omnisharp-extended-lsp.nvim"
+}