first solid config. Can still be improved

This commit is contained in:
CrawDad1 2023-02-25 01:32:57 -06:00
parent cd41c0b2e4
commit 31de117293
5 changed files with 129 additions and 9 deletions

4
ftplugin/fsharp.lua Normal file
View file

@ -0,0 +1,4 @@
-- previous binding
-- runs selected code in FSI, exit fsi with "i<cr>" after done scrolling/viewing
vim.keymap.set('v', '<A-CR>', 'y:new<CR>:term<CR>idotnet fsi <CR><C-\\><C-n>pGA;;<CR>#quit;;<CR>exit<CR><C-\\><C-n>G')