Compare commits
No commits in common. "6f4d847d16c44d4791503c82b94d67a419cba138" and "df507f4bd219260f7ab4bde0cad5d1114748d40f" have entirely different histories.
6f4d847d16
...
df507f4bd2
2 changed files with 1 additions and 9 deletions
|
@ -4,7 +4,7 @@ require("nvchad.configs.lspconfig").defaults()
|
||||||
local lspconfig = require "lspconfig"
|
local lspconfig = require "lspconfig"
|
||||||
|
|
||||||
-- EXAMPLE
|
-- EXAMPLE
|
||||||
local servers = { "basedpyright" }
|
local servers = { "html", "cssls" }
|
||||||
local nvlsp = require "nvchad.configs.lspconfig"
|
local nvlsp = require "nvchad.configs.lspconfig"
|
||||||
|
|
||||||
-- lsps with default config
|
-- lsps with default config
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
- zoxide
|
- zoxide
|
||||||
- git
|
- git
|
||||||
- difftastic
|
- difftastic
|
||||||
- tldr
|
|
||||||
|
|
||||||
brew_packages:
|
brew_packages:
|
||||||
- pipx
|
- pipx
|
||||||
|
@ -19,10 +18,6 @@
|
||||||
pacman_packages:
|
pacman_packages:
|
||||||
- python-pipx
|
- python-pipx
|
||||||
|
|
||||||
pipx_packages:
|
|
||||||
- poetry
|
|
||||||
- basedpyright
|
|
||||||
|
|
||||||
macos_fish_path: /usr/local/bin/fish
|
macos_fish_path: /usr/local/bin/fish
|
||||||
arch_fish_path: /usr/bin/fish
|
arch_fish_path: /usr/bin/fish
|
||||||
|
|
||||||
|
@ -55,9 +50,6 @@
|
||||||
become: true
|
become: true
|
||||||
when: is_arch
|
when: is_arch
|
||||||
|
|
||||||
- name: Install pipx packages
|
|
||||||
ansible.builtin.command: pipx install {{ pipx_packages|join(' ') }}
|
|
||||||
|
|
||||||
- name: Set fish as default shell
|
- name: Set fish as default shell
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
|
|
Loading…
Reference in a new issue