nvim: add some rust stuff and codecompanion

This commit is contained in:
Mark Riedesel 2024-09-07 12:24:20 -05:00
parent 4cec54dcf9
commit 42d31a8de1
11 changed files with 81 additions and 11 deletions

View file

@ -0,0 +1,9 @@
-- local bufnr = vim.api.nvim_get_current_buf()
-- vim.keymap.set(
-- 'n',
-- '<leader>a',
-- function()
-- vim.cmd.RustLsp('codeAction')
-- end,
-- {silent= true, buffer = bufnr}
-- )