dotfiles/nvim/.config/nvim/spell
Marty Oehme afbe10c0d1
nvim: Fix scratchpad functionality
`:ScratchPad` command has been fixed and its functionality slightly
extended:

`:ScratchPad` will replace the current buffer with an empty scratchpad,
with the filetype defined in `g:scratchpad_ft` (or the buffer-scope
equivalent).

`:ScratchPad!` will create a new split and open the empty scratchpad
there.

Additionally, a single argument can be passed to the command with the
name of the filetype that the scratchpad should contain, e.g.
`:Scratchpad! golang`

Most of the plugin process has been shifted to lua and only a single
command mapping remains as vimscript for now.
2020-10-23 19:19:04 +02:00
..
.gitattributes Add nvim spell dicts and management 2020-02-06 23:12:49 +01:00
.gitignore Add nvim spell dicts and management 2020-02-06 23:12:49 +01:00
en.utf-8.add nvim: Fix scratchpad functionality 2020-10-23 19:19:04 +02:00
en.utf-8.add.new [nvim] Update spell dictionary 2020-07-24 14:07:41 +02:00