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

@@ -79,5 +79,6 @@ cmp.setup({
{ name = 'path' }, -- For path completion
{ name = 'rpncalc' }, -- for RPN calculations
{ name = 'orgmode' }, -- for nvim-orgmode
{ name = 'sonicpi' }, -- for sonic-pi integration
})
})