mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 09:01:16 +00:00
fix diffs
This commit is contained in:
parent
c86c905c58
commit
cbd29817fb
8 changed files with 54 additions and 33 deletions
1
init.lua
1
init.lua
|
|
@ -50,6 +50,7 @@ vim.opt.shortmess:append("S") -- Disable native search count display
|
|||
vim.opt.ruler = false -- Disable native ruler (NvChad statusline shows position)
|
||||
vim.opt.cmdheight = 0 -- Hide command line when not in use
|
||||
vim.opt.laststatus = 3 -- Global statusline at the very bottom
|
||||
vim.opt.fillchars = { vert = "│", fold = "─", foldsep = "│", diff = "─" }
|
||||
|
||||
-- Keymaps
|
||||
vim.keymap.set("n", "<leader>q", ":q<CR>", { desc = "Quit" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue