diff options
author | crupest <crupest@outlook.com> | 2023-09-27 19:12:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-27 19:12:55 +0800 |
commit | bb368f72213f1f3ed034b3b74e377a64fdd86a0d (patch) | |
tree | c9eea9270a09325e20874230f5ac3967d8332067 /configs/nvim/lua/plugins/omnisharp-extended-lsp-nvim.lua | |
parent | d176e8ac407561826ea8453dfae1999ea34db1f4 (diff) | |
download | crupest-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.lua | 3 |
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" +} |