Live coding with tidal and sonic pi, snippets for diary, toggleterm

Live Coding:

- added plugin for sonic-pi (though commented out)
- added plugin for tidal

Snippets:

- added path luasnippets to loaderdefinitions
- added luasnippet for asciidoc (diaentry, diahead

Options:

- no longer show tabline

Plugins:

- toggleterm with a binding so <C-`>
This commit is contained in:
2024-10-28 13:24:14 +01:00
parent 93bb8bc68c
commit 294870a25b
4 changed files with 124 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ vim.opt.splitbelow = true -- open new vertical split bottom
vim.opt.splitright = true -- open new horizontal splits right
vim.opt.termguicolors = true -- enable 24-bit RGB color in the TUI
vim.opt.showmode = false -- we are experienced, wo don't need the "-- INSERT --" mode hint
vim.opt.showtabline = 0 -- never show top line with tabs, not used anyways
-- Searching
vim.opt.incsearch = true -- search as characters are entered