chore: themes and fixes
This commit is contained in:
parent
c86613b65b
commit
a7f28e9984
13 changed files with 37 additions and 114 deletions
|
|
@ -1,4 +1,3 @@
|
|||
vim.keymap.set("n", "-", "<CMD>Oil --float<CR>", { desc = "Open parent directory" })
|
||||
vim.keymap.set("n", "gl", function()
|
||||
vim.diagnostic.open_float()
|
||||
end, { desc = "Open Diagnostics in Float" })
|
||||
|
|
|
|||
|
|
@ -40,3 +40,4 @@ vim.opt.scrolloff = 5
|
|||
|
||||
vim.opt.cmdheight = 0
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue