mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-01-30 21:51:17 -05:00
added new neovim plugin and added go plus pnpm
This commit is contained in:
parent
78ffbd8e75
commit
6816354bab
3 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
"restic"
|
"restic"
|
||||||
"rsync"
|
"rsync"
|
||||||
"cloc"
|
"cloc"
|
||||||
|
"sc-im"
|
||||||
"pv"
|
"pv"
|
||||||
"python-msgpack"
|
"python-msgpack"
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
|
|
|
@ -30,6 +30,8 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
#pass
|
#pass
|
||||||
rustup
|
rustup
|
||||||
|
go
|
||||||
|
nodePackages.pnpm
|
||||||
gcc
|
gcc
|
||||||
pkg-config
|
pkg-config
|
||||||
wttrbar
|
wttrbar
|
||||||
|
|
|
@ -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 {}
|
||||||
|
|
Loading…
Reference in a new issue