Compare commits

..

2 commits

Author SHA1 Message Date
6f4d847d16 Python LSP base configuration for Neovim 2024-12-16 22:02:29 +01:00
7f7120914f tldr installation 2024-12-16 21:45:13 +01:00
2 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,7 @@ require("nvchad.configs.lspconfig").defaults()
local lspconfig = require "lspconfig"
-- EXAMPLE
local servers = { "html", "cssls" }
local servers = { "basedpyright" }
local nvlsp = require "nvchad.configs.lspconfig"
-- lsps with default config

View file

@ -11,6 +11,7 @@
- zoxide
- git
- difftastic
- tldr
brew_packages:
- pipx
@ -18,6 +19,10 @@
pacman_packages:
- python-pipx
pipx_packages:
- poetry
- basedpyright
macos_fish_path: /usr/local/bin/fish
arch_fish_path: /usr/bin/fish
@ -50,6 +55,9 @@
become: true
when: is_arch
- name: Install pipx packages
ansible.builtin.command: pipx install {{ pipx_packages|join(' ') }}
- name: Set fish as default shell
become: true
ansible.builtin.user: