update php support in nvim

This commit is contained in:
Alexander Navarro 2024-09-05 09:10:40 -04:00
parent e2e7946c6e
commit 5d48f27304
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
6 changed files with 96 additions and 21 deletions

View file

@ -30,6 +30,10 @@ return {
auto_enable = true,
lsp = true,
},
keys = {
{ "<leader>uc", "<CMD>CccPick<CR>", desc = "Open Color picker" },
{ "<leader>uC", "<CMD>CccHighlighterToggle<CR>", desc = "Toggle Color highlight" },
},
},
-- Dotfiles management
{