Compare commits

...

4 Commits

  1. 8
      nix-darwin/home.nix
  2. 2
      nvchad/.config/nvim/lua/configs/lspconfig.lua

@ -88,6 +88,13 @@
libqalculate
imagemagick
# Deps needed to build stuff
or-tools
gnumake
cmake
swig4
boost
# compiler stuff
llvm
libllvm
@ -105,6 +112,7 @@
# Development stuff
gh
docker
# c/c++
# gcc

@ -3,7 +3,7 @@ local on_init = require("nvchad.configs.lspconfig").on_init
local capabilities = require("nvchad.configs.lspconfig").capabilities
local lspconfig = require("lspconfig")
local servers = { "html", "cssls", "tsserver", "clangd", "ghdl_ls", "hls", "tailwindcss", "pyright", "julials" }
local servers = { "html", "cssls", "tsserver", "clangd", "vhdl_ls", "hls", "tailwindcss", "pyright", "julials" }
-- lsps with default config
for _, lsp in ipairs(servers) do

Loading…
Cancel
Save