mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
8 lines
133 B
Swift
8 lines
133 B
Swift
// Auto generated for nvim ${version}
|
|
// See bin/generate_cursor_shape.py
|
|
|
|
public enum CursorModeShape: String {
|
|
|
|
${cursor_shapes}
|
|
}
|