Add tidalcycles plugin
Jes Olson j3s@c3f.net
Sat, 11 Jun 2022 23:44:35 -0500
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
.config/nvim/init.vim
→
.config/nvim/init.vim
@@ -6,6 +6,7 @@ Plug 'vhyrro/neorg'
Plug 'hrsh7th/nvim-compe' Plug 'ctrlpvim/ctrlp.vim' Plug 'cormacrelf/vim-colors-github' +Plug 'tidalcycles/vim-tidal' call plug#end() colorscheme github@@ -98,3 +99,6 @@
" bindings let mapleader = "," nmap <leader>m Go<esc>:put =strftime(\"%Y-%m-%d\")<cr>o----------------<cr><esc> + +" use neovim's own terminal instead of tmux: +let g:tidal_target = "terminal"