Add rustacean nvim
This commit is contained in:
parent
0c49ef9e0d
commit
da358585d9
4 changed files with 40 additions and 17 deletions
|
|
@ -20,7 +20,6 @@ return {
|
|||
vim.keymap.set('n', '<Tab>', '<Cmd>BufferNext<CR>', { noremap = true, silent = true, desc = 'Move to next buffer' })
|
||||
vim.keymap.set('n', '<S-Tab>', '<Cmd>BufferPrevious<CR>', { noremap = true, silent = true, desc = 'Move to previous buffer' })
|
||||
|
||||
vim.keymap.set('n', '<leader>bc', '<Cmd>BufferClose<CR>', { noremap = true, silent = true, desc = 'Close current buffer' })
|
||||
vim.keymap.set('n', '<leader>q', '<Cmd>BufferClose<CR>', { noremap = true, silent = true, desc = 'Close current buffer' })
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
6
lua/custom/plugins/rustacean.lua
Normal file
6
lua/custom/plugins/rustacean.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- https://github.com/mrcjkb/rustaceanvim
|
||||
return {
|
||||
'mrcjkb/rustaceanvim',
|
||||
version = '^5', -- Recommended
|
||||
lazy = false, -- This plugin is already lazy
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue