Minor fixes

laptop
Elias Almqvist 10 months ago
parent 40f2ed94ad
commit 4174edbad6
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      nvchad/.config/nvim/lua/custom/configs/lspconfig.lua
  2. 2
      nvchad/.config/nvim/lua/custom/configs/overrides.lua
  3. 2
      oh-my-zsh/.oh-my-zsh/aliases.sh

@ -4,7 +4,7 @@ local capabilities = require("plugins.configs.lspconfig").capabilities
local lspconfig = require("lspconfig")
-- if you just want default config for the servers then put them in a table
local servers = { "html", "cssls", "tsserver", "clangd", "ghdl_ls", "hls", "tailwindcss" }
local servers = { "html", "cssls", "tsserver", "clangd", "ghdl_ls", "hls", "tailwindcss", "pyright" }
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup({

@ -14,6 +14,8 @@ M.treesitter = {
"markdown_inline",
"prisma",
"haskell",
"python",
"maintained",
},
indent = {
enable = true,

@ -28,3 +28,5 @@ cd_gitroot() {
}
alias cr="cd_gitroot"
alias dev="cd $HOME/Projects/almtech/ingenuity/"

Loading…
Cancel
Save