mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 12:50:05 +00:00
added roslyn lsp
This commit is contained in:
@@ -8,6 +8,7 @@ vim.lsp.config("*", {
|
||||
vim.lsp.config("ruff", {})
|
||||
vim.lsp.config("cssls", {})
|
||||
vim.lsp.config("lua_ls", {})
|
||||
vim.lsp.config("roslyn", {})
|
||||
vim.lsp.config("odoo_ls", {
|
||||
cmd = {
|
||||
vim.fn.expand('$HOME/.local/share/nvim/odoo/odoo_ls_server'),
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
"persistence.nvim": { "branch": "main", "commit": "b20b2a7887bd39c1a356980b45e03250f3dce49c" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||
"render-markdown.nvim": { "branch": "main", "commit": "48b4175dbca8439d30c1f52231cbe5a712c8f9d9" },
|
||||
"roslyn.nvim": { "branch": "main", "commit": "56c421a02451cc61c8d63cfe9dc2079453e1ea6d" },
|
||||
"smear-cursor.nvim": { "branch": "main", "commit": "c85bdbb25db096fbcf616bc4e1357bd61fe2c199" },
|
||||
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "5255aa27c422de944791318024167ad5d40aad20" },
|
||||
|
||||
@@ -61,6 +61,7 @@ require("lazy").setup({
|
||||
},
|
||||
},
|
||||
'tpope/vim-surround',
|
||||
'seblyng/roslyn.nvim',
|
||||
'nvim-telescope/telescope-ui-select.nvim',
|
||||
'sphamba/smear-cursor.nvim',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user