diff --git a/ansible/amd-gnome.yml b/ansible/amd-gnome.yml index 621acf2..ca79ea7 100644 --- a/ansible/amd-gnome.yml +++ b/ansible/amd-gnome.yml @@ -6,29 +6,29 @@ ansible_python_interpreter: auto_silent gather_facts: true roles: - - reflector - - base - - amd - - syncthing - - git - - markdown-table-align - - xorg - - fish - - fontconfig - - kitty - - felix - - vifm - - tmux + # - reflector + # - base + # - amd + # - syncthing + # - git + # - markdown-table-align + # - xorg + # - fish + # - fontconfig + # - kitty + # - felix + # - vifm + # - tmux - neovim - - helix - - browsers - - privateinternetaccess - - ufw - - cmus - - pipewire - - hostname - - timezone - - locale - - network - - docker - - gnome + # - helix + # - browsers + # - privateinternetaccess + # - ufw + # - cmus + # - pipewire + # - hostname + # - timezone + # - locale + # - network + # - gnome + # - docker diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/mason-lspconfig.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/mason-lspconfig.lua index 0f1f668..04c2156 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/mason-lspconfig.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/mason-lspconfig.lua @@ -31,7 +31,7 @@ return { "sqlls", "svelte", "templ", - "ts_ls", + -- "ts_ls", "vls", "vuels", "yamlls",