summaryrefslogtreecommitdiff
path: root/fnl/plugins.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-27 00:32:49 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-27 00:32:49 +0200
commit5cc2e3d846c693e615af88ed7678422edadd3a04 (patch)
tree65044c6c6670137cb119c34713258c1f0325285f /fnl/plugins.fnl
parent9af69c1df30ccb99e2f34632c3809987b22c98b4 (diff)
Replace lsp-installer with mason
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r--fnl/plugins.fnl4
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl
index 3985c54..0e41dfb 100644
--- a/fnl/plugins.fnl
+++ b/fnl/plugins.fnl
@@ -14,7 +14,7 @@
:onsails/lspkind-nvim {}
:hrsh7th/cmp-nvim-lsp {}
:neovim/nvim-lspconfig {}
- :williamboman/nvim-lsp-installer {}
+ ;; :williamboman/nvim-lsp-installer {}
:tamago324/nlsp-settings.nvim {}
:jose-elias-alvarez/null-ls.nvim {}
:b0o/SchemaStore.nvim {}
@@ -53,4 +53,6 @@
:stevearc/aerial.nvim {}
:TimUntersberger/neogit {:requires :nvim-lua/plenary.nvim}
:aktersnurra/minibar.nvim {}
+ :williamboman/mason.nvim {:branch :alpha}
+ :williamboman/mason-lspconfig.nvim {}
:s1n7ax/nvim-window-picker {}}