mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added installation of vue tools
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user