Skip to content
Snippets Groups Projects
Commit acf4fb55 authored by Jan Hensel's avatar Jan Hensel :penguin:
Browse files

nvim: Remove spellsitter

merged into nvim core as of 0.8
see: <https://github.com/neovim/neovim/pull/19419>
parent dc35006a
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,6 @@ local plugins = {
{ 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate' },
{ 'nvim-treesitter/playground', dependencies = { 'nvim-treesitter/nvim-treesitter' } },
{ 'lewis6991/spellsitter.nvim', config = function() require("ztf.configure.spellsitter") end },
{
'https://github.com/nat-418/boole.nvim',
......
require'spellsitter'.setup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment