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 | 2cca344137f8fead3807e2de8ac70ec0f06aa048 (patch) | |
tree | c9eea9270a09325e20874230f5ac3967d8332067 /configs/nvim/lua/plugins/omnisharp-extended-lsp-nvim.lua | |
parent | 576c246a206aeae467ac5d563103c89cd48cc230 (diff) | |
download | crupest-2cca344137f8fead3807e2de8ac70ec0f06aa048.tar.gz crupest-2cca344137f8fead3807e2de8ac70ec0f06aa048.tar.bz2 crupest-2cca344137f8fead3807e2de8ac70ec0f06aa048.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" +} |