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
+23 -23
View File
@@ -6,27 +6,27 @@
ansible_python_interpreter: auto_silent ansible_python_interpreter: auto_silent
gather_facts: true gather_facts: true
roles: roles:
- reflector # - reflector
- base # - base
- amd # - amd
- git # - git
- xorg # - xorg
- fish # - fish
- fontconfig # - fontconfig
- kitty # - kitty
- felix # - felix
- vifm # - vifm
- tmux # - tmux
- neovim - neovim
- slidev # - slidev
- browsers # - browsers
- privateinternetaccess # - privateinternetaccess
- ufw # - ufw
- cmus # - cmus
- pipewire # - pipewire
- hostname # - hostname
- timezone # - timezone
- locale # - locale
- network # - network
- docker # - docker
- gnome # - gnome
@@ -21,7 +21,8 @@ return {
"eslint_d", "eslint_d",
"phpcbf", "phpcbf",
"phpcs", "phpcs",
"phpstan" "phpstan",
"vuels"
}, },
auto_update = true, auto_update = true,
run_on_start = true, run_on_start = true,
@@ -6,10 +6,10 @@ return {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
"folke/which-key.nvim", "folke/which-key.nvim",
}, },
init = function() -- init = function()
-- Configure the key to use for keybinds used in the "core.keybinds" module -- -- Configure the key to use for keybinds used in the "core.keybinds" module
vim.g.maplocalleader = "," -- vim.g.maplocalleader = ","
end, -- end,
config = function() config = function()
require("neorg").setup({ require("neorg").setup({
load = { load = {