lualine/bufferline ui

This commit is contained in:
Daniel B Sherry 2025-05-18 11:39:24 -05:00
parent e34b835fbf
commit 9331121a9f
7 changed files with 168 additions and 242 deletions

View file

@ -130,3 +130,4 @@ vim.keymap.set("n", "k", "gk", opts)
vim.keymap.set("n", "<C-a>", "ggVG", opts)
vim.keymap.set("n", "YY", "va{Vy", opts)
vim.keymap.set("n", "<leader>r", ":w<CR>:!python3 %<CR>", { noremap = true, silent = true })