1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-18 19:21:39 +03:00
vimr/resources/cursor_shape.template.swift

8 lines
133 B
Swift
Raw Normal View History

2019-12-26 12:47:09 +03:00
// Auto generated for nvim ${version}
// See bin/generate_cursor_shape.py
2023-10-29 23:46:05 +03:00
public enum CursorModeShape: String {
2019-12-26 12:47:09 +03:00
${cursor_shapes}
}