diff --git a/ansible/amd-gnome.yml b/ansible/amd-gnome.yml index 6ac4e02..c0ef7e8 100644 --- a/ansible/amd-gnome.yml +++ b/ansible/amd-gnome.yml @@ -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 diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/mason-tool-installer.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/mason-tool-installer.lua index e282fc9..1bde3d6 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/mason-tool-installer.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/mason-tool-installer.lua @@ -21,7 +21,8 @@ return { "eslint_d", "phpcbf", "phpcs", - "phpstan" + "phpstan", + "vuels" }, auto_update = true, run_on_start = true, diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua index 111f1ce..48ae8db 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua @@ -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 = {