jan21-1158

This commit is contained in:
Ye Thi Ha Htwe 2026-01-21 11:58:25 +07:00
parent fe83148d16
commit bef4c086f0
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,7 @@ rtp:prepend(lazypath)
require('lazy').setup({
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
'github/copilot.vim',
-- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following
@ -436,6 +437,7 @@ require('lazy').setup({
vim.keymap.set('n', '<leader>sr', builtin.resume, { desc = '[S]earch [R]esume' })
vim.keymap.set('n', '<leader>s.', builtin.oldfiles, { desc = '[S]earch Recent Files ("." for repeat)' })
vim.keymap.set('n', '<leader><leader>', builtin.buffers, { desc = '[ ] Find existing buffers' })
vim.keymap.set('n', '<leader>cp', ':let @+=expand("%:p")<CR>')
-- Slightly advanced example of overriding default behavior and theme
vim.keymap.set('n', '<leader>/', function()