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