highlight code sections

This commit is contained in:
Folkert Kevelam 2024-10-13 20:14:46 +02:00
parent 8937c36d68
commit 972a1d35fb

View File

@ -17,7 +17,7 @@ version is v0.10+
`Packer` allows the use of a complete URL, which can then be renamed for `Packer` allows the use of a complete URL, which can then be renamed for
ease of use. ease of use.
``` ```lua
use { use {
'https://git.folkert-kevelam.nl/folkert/Neovim-SpecSwitcher.git', 'https://git.folkert-kevelam.nl/folkert/Neovim-SpecSwitcher.git',
as = 'SpecSwitcher' as = 'SpecSwitcher'
@ -38,7 +38,7 @@ for the switch: `<leader>n`. If you want a different shortcut, the option
### Basic Setup ### Basic Setup
``` ```lua
require('SpecSwitcher').setup({ require('SpecSwitcher').setup({
descend_dirs={ descend_dirs={
"include", "include",