Fixed angular lsp

This commit is contained in:
Radu Macocian (admac)
2026-03-21 17:48:57 +01:00
parent 50abf4dd9e
commit 90bb5ef21a
5 changed files with 31 additions and 9 deletions
+5 -1
View File
@@ -67,7 +67,11 @@ 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",