small pixel drawing of a pufferfish dotfiles

Add tidalcycles plugin
Jes Olson j3s@c3f.net
Sat, 11 Jun 2022 23:44:35 -0500
commit

7d457ec35c9ec159b73cbd8c9f25b93719f07cd1

parent

fdae6a3280f3b6cdc109c4882e24a814d6de577c

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"