diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-26 14:55:39 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-26 14:55:39 -0400 |
| commit | 6816354babcb412b0ca03308d387fe1964544bfe (patch) | |
| tree | 4a31caf0951ee4f11b66536acd2a791dd345cbe0 /home-config/nvim/config | |
| parent | 78ffbd8e75620fc2013aac3bc004f23593678e98 (diff) | |
added new neovim plugin and added go plus pnpm
Diffstat (limited to 'home-config/nvim/config')
| -rw-r--r-- | home-config/nvim/config/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim index fc06b50..16db9c4 100644 --- a/home-config/nvim/config/init.vim +++ b/home-config/nvim/config/init.vim | |||
| @@ -29,6 +29,7 @@ Plug 'williamboman/mason.nvim' | |||
| 29 | Plug 'williamboman/mason-lspconfig.nvim' | 29 | Plug 'williamboman/mason-lspconfig.nvim' |
| 30 | Plug 'neovim/nvim-lspconfig' | 30 | Plug 'neovim/nvim-lspconfig' |
| 31 | Plug 'nvim-orgmode/orgmode' | 31 | Plug 'nvim-orgmode/orgmode' |
| 32 | Plug 'ggandor/leap.nvim' | ||
| 32 | call plug#end() | 33 | call plug#end() |
| 33 | 34 | ||
| 34 | "Load Theme | 35 | "Load Theme |
| @@ -47,6 +48,8 @@ require("mason-lspconfig").setup { | |||
| 47 | ensure_installed = { "pyright" }, | 48 | ensure_installed = { "pyright" }, |
| 48 | } | 49 | } |
| 49 | 50 | ||
| 51 | require('leap').add_default_mappings() | ||
| 52 | |||
| 50 | require("mason-lspconfig").setup_handlers { | 53 | require("mason-lspconfig").setup_handlers { |
| 51 | function (server_name) | 54 | function (server_name) |
| 52 | require("lspconfig")[server_name].setup {} | 55 | require("lspconfig")[server_name].setup {} |
