mirror of
https://github.com/macocianradu/setup.git
synced 2026-07-16 10:38:46 +00:00
Fixed angular lsp
This commit is contained in:
@@ -47,21 +47,16 @@ require("lazy").setup({
|
||||
{
|
||||
"olimorris/codecompanion.nvim",
|
||||
version = "^18.0.0",
|
||||
opts = {},
|
||||
opts = {
|
||||
opts = {
|
||||
log_level = "TRACE",
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "nvim-http",
|
||||
dir = "~/Projects/nvim-http",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
build = "rockspec",
|
||||
},
|
||||
'tpope/vim-surround',
|
||||
'seblyng/roslyn.nvim',
|
||||
'nvim-telescope/telescope-ui-select.nvim',
|
||||
|
||||
Reference in New Issue
Block a user