dotfiles/nvim/.config/nvim
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
..
after nvim: Change default foldlevel to 3 2020-10-09 22:07:30 +02:00
lua nvim: Fix scratchpad functionality 2020-10-23 19:19:04 +02:00
modules_experimental Remove experimental modules, add initial foldlevel 2020-02-04 11:40:06 +01:00
plugin nvim: Fix scratchpad functionality 2020-10-23 19:19:04 +02:00
spell nvim: Fix scratchpad functionality 2020-10-23 19:19:04 +02:00
init.vim nvim: Extend lsp for nvim lua development 2020-10-09 22:11:06 +02:00
maps.vim nvim: Remove pencil to fix relative cursor movement 2020-10-08 20:38:50 +02:00
watch.lua nvim: Improve lsp source chaining 2020-10-02 11:56:31 +02:00