added installation of vue tools

This commit is contained in:
aminnairi
2024-03-08 09:11:17 +01:00
parent 856b5a6665
commit e26d8f8b8c
3 changed files with 29 additions and 28 deletions
@@ -21,7 +21,8 @@ return {
"eslint_d",
"phpcbf",
"phpcs",
"phpstan"
"phpstan",
"vuels"
},
auto_update = true,
run_on_start = true,
@@ -6,10 +6,10 @@ return {
"nvim-lua/plenary.nvim",
"folke/which-key.nvim",
},
init = function()
-- Configure the key to use for keybinds used in the "core.keybinds" module
vim.g.maplocalleader = ","
end,
-- init = function()
-- -- Configure the key to use for keybinds used in the "core.keybinds" module
-- vim.g.maplocalleader = ","
-- end,
config = function()
require("neorg").setup({
load = {