Nvim-R recognizes ft automatically, do not need to adjust

This commit is contained in:
jimrothstein 2023-12-04 12:46:56 -08:00
parent 1ec250ecda
commit 3841a30877
4 changed files with 29 additions and 30 deletions

View file

@ -137,10 +137,8 @@ local mappings = {
z2 = { '<C-W>pAjunk<esc>', 'other window junk' },
rk = { ':RKill<CR>', 'RKill , but not guaranteed to close terminal' },
-- can not find function
-- rcd = { ':call SendRmdChunktoR("echo", "down")<CR>', 'Chunk Down' },
ck = { ':e ~/.config/kickstart/init.lua<cr>', '[ck] Edit KICKSTART config' },
cs = { ':e ~/.config/kickstart/lua/jim/keymaps.lua<cr>', '[ck] Edit KICKSTART keymaps' },
cr = { ':e ~/.config/kickstart/lua/jim/Nvim-R.lua<cr>', '[cr] Edit Nvim-R config' },
}