update php support in nvim
This commit is contained in:
parent
e2e7946c6e
commit
5d48f27304
6 changed files with 96 additions and 21 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue