feat(nvim): add python lsp and formatters, and go

This commit is contained in:
mrflos 2024-10-08 20:07:11 +03:00
parent 742a7e910e
commit b619eaacf4
3 changed files with 7 additions and 4 deletions

View file

@ -5,6 +5,7 @@ local options = {
html = { "prettier" },
js = { "prettier" },
php = { "php_cs_fixer" },
python = { "black" },
},
format_on_save = {

View file

@ -3,16 +3,16 @@ require("nvchad.configs.lspconfig").defaults()
local lspconfig = require "lspconfig"
-- EXAMPLE
-- cf. https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md
local servers = {
"html",
"cssls",
"phpactor",
"gopls",
-- "intelephense",
"jsonls",
"lua_ls",
"nixd",
"pylsp",
"tailwindcss",
"templ",
"vuels",

View file

@ -8,6 +8,7 @@
ansible
atuin
bat
black
btop
cargo
catnip
@ -24,6 +25,7 @@
gnugrep
gnumake
gnupg
go
imagemagick
jq
git
@ -54,7 +56,9 @@
php83Packages.php-cs-fixer
phpactor
pinentry
python312
python312Packages.pip
python312Packages.python-lsp-server
ripgrep
slides
starship
@ -239,8 +243,6 @@
enable = true;
settings = with builtins; fromTOML (readFile ../dotfiles/starship/starship.toml);
};
zsh = {
enable = true;