added new neovim plugin and added go plus pnpm

This commit is contained in:
Ryan Schanzenbacher 2023-10-26 14:55:39 -04:00
parent 78ffbd8e75
commit 6816354bab
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
3 changed files with 6 additions and 0 deletions

View file

@ -44,6 +44,7 @@
"restic"
"rsync"
"cloc"
"sc-im"
"pv"
"python-msgpack"
"libreoffice"

View file

@ -30,6 +30,8 @@
yt-dlp
#pass
rustup
go
nodePackages.pnpm
gcc
pkg-config
wttrbar

View file

@ -29,6 +29,7 @@ Plug 'williamboman/mason.nvim'
Plug 'williamboman/mason-lspconfig.nvim'
Plug 'neovim/nvim-lspconfig'
Plug 'nvim-orgmode/orgmode'
Plug 'ggandor/leap.nvim'
call plug#end()
"Load Theme
@ -47,6 +48,8 @@ require("mason-lspconfig").setup {
ensure_installed = { "pyright" },
}
require('leap').add_default_mappings()
require("mason-lspconfig").setup_handlers {
function (server_name)
require("lspconfig")[server_name].setup {}