Added zig

This commit is contained in:
2024-12-01 23:13:51 +02:00
parent 8adfa69813
commit 97983affde
2 changed files with 11 additions and 9 deletions

View File

@@ -56,15 +56,15 @@ return {
},
},
}, -- python
bashls = true, -- bash
taplo = true, -- toml
lemminx = true, -- xml
yamlls = true, -- yaml
jsonls = true, -- json
html = true, -- html
cssls = true, -- css
ts_ls = true, -- javascript/typescript
astro = true, -- astro framework
bashls = true, -- bash
taplo = true, -- toml
lemminx = true, -- xml
yamlls = true, -- yaml
jsonls = true, -- json
html = true, -- html
cssls = true, -- css
ts_ls = true, -- javascript/typescript
astro = true, -- astro framework
mdx_analyzer = true, -- markdown with JS I think
-- marksman = true, -- Markdown LSP
-- markdown_oxide = true, -- Markdown LSP but better
@@ -128,4 +128,5 @@ return {
-- },
-- },
-- },
zls = true, -- zig
}

1
.zshrc
View File

@@ -80,6 +80,7 @@ export FZF_DEFAULT_OPTS=" \
export GOPATH="$HOME/go"
export PATH="$GOPATH/bin:$PATH"
export PATH="$HOME/scripts:$PATH"
export PATH="$HOME/.zig:$PATH"
# pnpm
export PNPM_HOME="/home/kyren/.local/share/pnpm"