This commit is contained in:
Gary Murray 2025-05-18 11:20:59 +01:00 committed by GitHub
commit 0b2df96fc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 1 deletions

View file

@ -42,6 +42,9 @@ vim.g.root_spec = { "lsp", { ".git", "lua" }, "cwd" }
-- for detecting the LSP root
vim.g.root_lsp_ignore = { "copilot" }
-- Filetypes to ignore LSP keymaps
vim.g.keymaps_lsp_ignore_ft = {}
-- Hide deprecation warnings
vim.g.deprecation_warnings = false