1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-04 23:40:32 +00:00

Compare commits

...

6 commits

Author SHA1 Message Date
a7c87991bf Add rust_analyzer 2022-10-09 14:48:22 +02:00
b5a1a53e8f Use rustup 2022-10-09 14:47:42 +02:00
71ccf15b24 Back to pylsp 2022-10-09 01:15:57 +02:00
52b8d7160f Use compact zellij layout 2022-10-09 01:15:47 +02:00
53d4a336bb Remove go 2022-10-09 01:15:32 +02:00
60ff06999c Do not attach zellij on start 2022-10-09 01:14:35 +02:00
4 changed files with 8 additions and 8 deletions

View file

@ -7,5 +7,5 @@ fi
# User specific environment and startup programs
export GOPATH="$HOME/go"
export PATH="$HOME/.npm-global/bin:$PATH:$HOME/.cargo/bin:$HOME/bin/nvim/bin:$GOPATH/bin:$HOME/bin/julia/bin"
export PATH="$HOME/.npm-global/bin:$PATH:$HOME/bin/nvim/bin:$HOME/bin/julia/bin"
. "$HOME/.cargo/env"

View file

@ -1,4 +1,4 @@
shell /home/mo/.cargo/bin/zellij a -c --index 0
shell /home/mo/.cargo/bin/zellij
scrollback_lines 100000

View file

@ -46,22 +46,22 @@ local function on_attach_with_formatting(client, bufnr)
format_on_save(client, bufnr)
end
lspconfig["jedi_language_server"].setup({
lspconfig.pylsp.setup({
capabilities = capabilities,
on_attach = on_attach_without_formatting,
})
lspconfig["julials"].setup({
lspconfig.julials.setup({
capabilities = capabilities,
on_attach = on_attach_with_formatting,
})
lspconfig["clangd"].setup({
lspconfig.clangd.setup({
capabilities = capabilities,
on_attach = on_attach_with_formatting,
})
lspconfig["gopls"].setup({
lspconfig.rust_analyzer.setup({
capabilities = capabilities,
on_attach = on_attach_with_formatting,
})

View file

@ -1,7 +1,7 @@
---
default_shell: /usr/bin/fish
default_layout: default
default_layout: compact
pane_frames: false