feat: add jdtls...
This commit is contained in:
parent
69cbead564
commit
5c646250a7
4 changed files with 6 additions and 3 deletions
1
.zshrc
1
.zshrc
|
|
@ -40,6 +40,7 @@ alias gl='git pull origin'
|
|||
alias gm='git commit -m'
|
||||
alias ga="git add -A"
|
||||
alias g+='bear -- g++ -Wextra -Werror -std=c++20'
|
||||
alias s="kitty +kitten ssh"
|
||||
|
||||
# zoxide
|
||||
## =============================================================================
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ windowrule=forceinput,^(.*)(ota)(.*)$
|
|||
windowrule=size 1200 800,^(org.gnome.NautilusPreviewer)$
|
||||
windowrule=center,^(.*)(swappy)(.*)$
|
||||
windowrule=opacity 80,^(.*)(dunst)(.*)$
|
||||
windowrule=float,title:^(.*)(Spirit)(.*)$
|
||||
#windowrule=tile,xyz
|
||||
#windowrule=float,abc
|
||||
#windowrule=pseudo,abc
|
||||
|
|
|
|||
|
|
@ -26,7 +26,8 @@ require("mason-lspconfig").setup({
|
|||
"marksman", -- markdown
|
||||
"asm_lsp", -- assembly
|
||||
"tsserver", -- js and ts
|
||||
"ltex" -- latex
|
||||
"ltex", -- latex
|
||||
"jdtls" -- jafuck
|
||||
},
|
||||
automatic_installation = true,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue