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" "restic"
"rsync" "rsync"
"cloc" "cloc"
"sc-im"
"pv" "pv"
"python-msgpack" "python-msgpack"
"libreoffice" "libreoffice"

View file

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

View file

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