mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Compare commits
6 commits
467d085484
...
a7c87991bf
Author | SHA1 | Date | |
---|---|---|---|
a7c87991bf | |||
b5a1a53e8f | |||
71ccf15b24 | |||
52b8d7160f | |||
53d4a336bb | |||
60ff06999c |
4 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
shell /home/mo/.cargo/bin/zellij a -c --index 0
|
||||
shell /home/mo/.cargo/bin/zellij
|
||||
|
||||
scrollback_lines 100000
|
||||
|
||||
|
|
|
@ -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,
|
||||
})
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
default_shell: /usr/bin/fish
|
||||
|
||||
default_layout: default
|
||||
default_layout: compact
|
||||
|
||||
pane_frames: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue