1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00
vimr/resources/cursor_shape.template.swift
2023-10-29 13:46:05 -07:00

8 lines
133 B
Swift

// Auto generated for nvim ${version}
// See bin/generate_cursor_shape.py
public enum CursorModeShape: String {
${cursor_shapes}
}