added a bunch of plugins to omz

main
The_miro 2025-01-20 13:01:00 +01:00
parent cd46db7153
commit 870ab292b7
2 changed files with 12 additions and 2 deletions

7
.zshrc
View File

@ -75,6 +75,13 @@ plugins=( git
zsh-syntax-highlighting
zsh-autosuggestions
wd
archlinux
git
git-auto-fetch
nmap
perms
zsh-interactive-cd
zsh-navigation-tools
)
source $ZSH/oh-my-zsh.sh

View File

@ -35,6 +35,9 @@ languageServer = {
cmd = "omnisharp",
args = {"-lsp", "-z"}
},
csharpls = {
cmd = "csharp-ls"
},
clangd = {
cmd = "clangd"
},
@ -137,7 +140,7 @@ settings = {
shell = languageServer.bashls,
c = languageServer.clangd,
["c++"] = languageServer.clangd,
csharp = languageServer.omnisharp,
csharp = languageServer.csharpls,
clojure = languageServer.clojurelsp,
crystal = languageServer.crystalline,
go = languageServer.gopls,