mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Remove go
This commit is contained in:
parent
60ff06999c
commit
53d4a336bb
2 changed files with 1 additions and 7 deletions
|
@ -7,5 +7,4 @@ 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/.cargo/bin:$HOME/bin/nvim/bin:$HOME/bin/julia/bin"
|
||||
|
|
|
@ -61,11 +61,6 @@ lspconfig["clangd"].setup({
|
|||
on_attach = on_attach_with_formatting,
|
||||
})
|
||||
|
||||
lspconfig["gopls"].setup({
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach_with_formatting,
|
||||
})
|
||||
|
||||
-- null-ls
|
||||
local null_ls = require("null-ls")
|
||||
|
||||
|
|
Loading…
Reference in a new issue