Skip to content

RKBethke/spellsync.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spellsync.nvim

A simple replacement for spellfile.vim which has no dependencies on netrw.

Features

  • Install spellfiles on-demand with the :SpellSync <lang> command.
  • Automatically install spell files in response to the SpellFileMissing autocommand.
  • No external dependencies other than cURL and mkdir.

Installation

use {
    'RKBethke/spellsync.nvim',
    config = function()
        require('spellsycn').setup()
    end
}
return {
    "RKBethke/spellsync.nvim",
    init = function()
        require("spellsync").setup()
    end,
}

License

This project is licensed under the MIT No Attribution License - see the LICENSE.md file for details.

About

A simple replacement for spellfile.vim which has no netrw dependency

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published