summaryrefslogtreecommitdiff
path: root/fnl/plugins.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 00:49:04 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 00:49:04 +0200
commit46eddd8710cf62619ea93a18ae8f3e0d3b85e03e (patch)
tree2e61c4e65a4329cec30e95fd572ce3a421a36b17 /fnl/plugins.fnl
parent69483c9b53e8d14e7c4398380ac64b2ea8c27887 (diff)
Remove spellsitter, add spell support
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r--fnl/plugins.fnl2
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 {}