Skip to content

Instantly share code, notes, and snippets.

View qfdk's full-sized avatar
😃

qfdk

😃
View GitHub Profile
@nishantwrp
nishantwrp / lvim-cursor-fix.md
Created February 18, 2023 20:24
Fixing cursor change in lunar vim

Problem

Entering lunarvim changes the default cursor type of terminal.

Solution:

Add the following lines to your config.lua

lvim.autocommands = {
  {
 "VimLeave",