nvim: remove spellsitter (no longer needed)
This commit is contained in:
parent
28cde12854
commit
d9a22b9278
1 changed files with 0 additions and 6 deletions
|
@ -530,12 +530,6 @@ return require('packer').startup({function()
|
||||||
use { -- rhysd: conflict-marker: mark git conflicts - [x, ]x, co, ct, cb, cB, cn
|
use { -- rhysd: conflict-marker: mark git conflicts - [x, ]x, co, ct, cb, cB, cn
|
||||||
'rhysd/conflict-marker.vim',
|
'rhysd/conflict-marker.vim',
|
||||||
}
|
}
|
||||||
use { -- lewis6991: spellsitter: Spell checking in treesitter files
|
|
||||||
'lewis6991/spellsitter.nvim',
|
|
||||||
config = function()
|
|
||||||
require('spellsitter').setup()
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
use { -- lewis6991: spaceless: Strip trailing whitespace as you are editing
|
use { -- lewis6991: spaceless: Strip trailing whitespace as you are editing
|
||||||
'lewis6991/spaceless.nvim',
|
'lewis6991/spaceless.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue