mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
galaxyline themes for gruvbox and nvcode, restoring cursor shape (#543)
* Restoring cursor shape for users with non-block cursors. * Galaxyline themes for Gruvbox and NVCode colorschemes.
This commit is contained in:
parent
1d4f66cb9a
commit
54edde8e1e
2 changed files with 59 additions and 0 deletions
|
@ -78,3 +78,16 @@ O.lang.go.autoformat = true
|
|||
|
||||
-- Turn off cursorline
|
||||
-- O.cursorline = false
|
||||
|
||||
-- Neovim turns the default cursor to 'Block'
|
||||
-- when switched back into terminal.
|
||||
-- This below line fixes that. Uncomment if needed.
|
||||
|
||||
-- vim.cmd('autocmd VimLeave,VimSuspend * set guicursor=a:ver90') -- Beam
|
||||
-- vim.cmd('autocmd VimLeave,VimSuspend * set guicursor=a:hor20') -- Underline
|
||||
|
||||
-- NOTE: Above code doesn't take a value from the terminal's cursor and
|
||||
-- replace it. It hardcodes the cursor shape.
|
||||
-- And I think `ver` means vertical and `hor` means horizontal.
|
||||
-- The numbers didn't make a difference in alacritty. Please change
|
||||
-- the number to something that suits your needs if it looks weird.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue