my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Add tidalcycles plugin

+4
+4
.config/nvim/init.vim
··· 6 6 Plug 'hrsh7th/nvim-compe' 7 7 Plug 'ctrlpvim/ctrlp.vim' 8 8 Plug 'cormacrelf/vim-colors-github' 9 + Plug 'tidalcycles/vim-tidal' 9 10 call plug#end() 10 11 11 12 colorscheme github ··· 98 99 " bindings 99 100 let mapleader = "," 100 101 nmap <leader>m Go<esc>:put =strftime(\"%Y-%m-%d\")<cr>o----------------<cr><esc> 102 + 103 + " use neovim's own terminal instead of tmux: 104 + let g:tidal_target = "terminal"