diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-10 23:49:18 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-10 23:49:18 +0200 |
commit | 51992aa7a83a5455040b177c33f17c1e41fab4f9 (patch) | |
tree | a00757b2cd010cf35d4c40b348e338b1426e9c7f /lua/plugins.lua | |
parent | fef2c0df450b33fd680f8ba7c824be7c843dcd82 (diff) |
feat(jsonls): add schema store
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 8c4a287..824bd3d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -20,6 +20,7 @@ return { { "williamboman/nvim-lsp-installer" }, { "tamago324/nlsp-settings.nvim" }, { "jose-elias-alvarez/null-ls.nvim" }, + { "b0o/SchemaStore.nvim" }, -- Snippets { "L3MON4D3/LuaSnip" }, @@ -64,7 +65,4 @@ return { }, { "norcalli/nvim-colorizer.lua" }, { "nvim-orgmode/orgmode" }, - - -- Fennel with clojure-like lisp - { "Olical/aniseed" }, } |