Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
erogers88 committed May 12, 2024
1 parent 6268971 commit bc844b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/lsp-mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ return {
local mason_lspconfig = require 'mason-lspconfig'

mason_lspconfig.setup {
ensure_installed = vim.tbl_keys(servers),
ensure_installed = servers,
}

mason_lspconfig.setup_handlers {
Expand Down
1 change: 1 addition & 0 deletions scripts/install-apk-programs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

sudo apk add \
neovim \
py3-pynvim \
neomutt \
isync \
msmtp \
Expand Down
1 change: 1 addition & 0 deletions scripts/install-pacman-programs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

sudo pacman -S \
neovim \
python-pynvim \
neomutt \
isync \
msmtp \
Expand Down

0 comments on commit bc844b5

Please sign in to comment.