diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 13:41:43 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 13:42:36 +0100 |
commit | 5284e64bae672d475a06f7255b589fc2c5f89894 (patch) | |
tree | d4c006c9fcad36061ebe3b1f56c91792ecf83b61 | |
parent | 25ab9dcbdd21e441f10c4d7660e2a723e37a1c61 (diff) |
nvim: Sort according to current locale
-rw-r--r-- | .config/nvim/after/plugin/sort-motion.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/sort-motion.lua b/.config/nvim/after/plugin/sort-motion.lua new file mode 100644 index 0000000..d408de8 --- /dev/null +++ b/.config/nvim/after/plugin/sort-motion.lua @@ -0,0 +1 @@ +vim.g.sort_motion_flags = 'l' |