setup
This commit is contained in:
parent
26033cfe78
commit
e1ccb91119
2 changed files with 3 additions and 6 deletions
|
@ -6,8 +6,9 @@ echo ". ~/.config/shell/bashrc" >> ~/.bashrc
|
|||
|
||||
sudo pacman -S --needed --noconfirm sudo man-db exa curl jq ffmpeg imagemagick \
|
||||
nnn screen tmux groff openssh base-devel git neovim ripgrep fzf emacs \
|
||||
python python-pip python-virtualenv go go-tools clang nodejs npm php cargo \
|
||||
texlive-core texlive-fontsextra r
|
||||
python python-pip python-virtualenv python-pipx go go-tools clang nodejs \
|
||||
npm php cargo r texlive-basic texlive-latexrecommended texlive-plaingeneric \
|
||||
texlive-fontsextra shellcheck bash-language-server shfmt zshdb gopls
|
||||
|
||||
git clone git@git.tavo.one:tavo/dotfiles.git ~/.config
|
||||
|
||||
|
|
|
@ -43,10 +43,6 @@ dapgo.setup()
|
|||
vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "gopls" })
|
||||
|
||||
local lsp_manager = require "lvim.lsp.manager"
|
||||
lsp_manager.setup("golangci_lint_ls", {
|
||||
on_init = require("lvim.lsp").common_on_init,
|
||||
capabilities = require("lvim.lsp").common_capabilities(),
|
||||
})
|
||||
|
||||
lsp_manager.setup("gopls", {
|
||||
on_attach = function(client, bufnr)
|
||||
|
|
Loading…
Reference in a new issue