diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2022-10-13 08:58:22 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2022-10-13 08:58:22 +0200 |
commit | a45853f468feb2be399a587664df7f4872816b53 (patch) | |
tree | 2e61c4e65a4329cec30e95fd572ce3a421a36b17 /fnl/plugins.fnl | |
parent | 8137459a0a2b3c049ab4586acd1d1cd35e6b4c0e (diff) | |
parent | 46eddd8710cf62619ea93a18ae8f3e0d3b85e03e (diff) |
Merge branch 'master' of github.com:aktersnurra/nvim
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r-- | fnl/plugins.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 2b29d80..09fc301 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -10,6 +10,7 @@ :hrsh7th/cmp-nvim-lsp {} :hrsh7th/cmp-path {} :saadparwaiz1/cmp_luasnip {} + :f3fora/cmp-spell {} :numToStr/Comment.nvim {} :sindrets/diffview.nvim {} :j-hui/fidget.nvim {} @@ -50,7 +51,6 @@ :ahmedkhalf/project.nvim {} :b0o/SchemaStore.nvim {} :rmagatti/session-lens {} - :lewis6991/spellsitter.nvim {} :luukvbaal/stabilize.nvim {} :gbprod/stay-in-place.nvim {} :nvim-telescope/telescope-file-browser.nvim {} |