neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

cursor.h (147B)


      1 #pragma once
      2 
      3 #include "nvim/pos_defs.h"  // IWYU pragma: keep
      4 #include "nvim/types_defs.h"  // IWYU pragma: keep
      5 
      6 #include "cursor.h.generated.h"