Skip to content

Commit

Permalink
Spellsitter deprecated, part of Neovim 0.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
fortes committed Jul 10, 2024
1 parent 1ac3f18 commit e3ad748
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions stowed-files/nvim/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -317,18 +317,6 @@ require("lazy").setup({
},
},

-- Enable spellchecking in buffers that use Treesitter
{
'lewis6991/spellsitter.nvim',
dependencies = {
'nvim-treesitter/nvim-treesitter'
},
config = function()
-- Can also be a list of filetypes
require('spellsitter').setup({enable = true})
end
},

-- Indentation guides
{
'lukas-reineke/indent-blankline.nvim',
Expand Down

0 comments on commit e3ad748

Please sign in to comment.