first solid config. Can still be improved
This commit is contained in:
parent
cd41c0b2e4
commit
31de117293
5 changed files with 129 additions and 9 deletions
4
ftplugin/fsharp.lua
Normal file
4
ftplugin/fsharp.lua
Normal 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')
|
||||
Loading…
Add table
Add a link
Reference in a new issue