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
gather_facts: true
roles:
- reflector
- base
- amd
- git
- xorg
- fish
- fontconfig
- kitty
- felix
- vifm
- tmux
# - reflector
# - base
# - amd
# - git
# - xorg
# - fish
# - fontconfig
# - kitty
# - felix
# - vifm
# - tmux
- neovim
- slidev
- browsers
- privateinternetaccess
- ufw
- cmus
- pipewire
- hostname
- timezone
- locale
- network
- docker
- gnome
# - slidev
# - browsers
# - privateinternetaccess
# - ufw
# - cmus
# - pipewire
# - hostname
# - timezone
# - locale
# - network
# - docker
# - gnome
@@ -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 = {