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