neovim

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

indent_c.h (184B)


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