summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-02 02:12:05 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-02 02:12:05 +0100
commit4e869b11312c874d3ff6d86aac2bb07fd362aae4 (patch)
treeb6da4213a8cd4060ac5dfe16d3c7cf422af54db3
parent29f5ecdce7a88cb6806291242ef38c328c6a0d04 (diff)
Show index.gsp files above all others in netrw
-rw-r--r--.exrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.exrc b/.exrc
index e2d2318..d86cb37 100644
--- a/.exrc
+++ b/.exrc
@@ -6,3 +6,5 @@ nnoremap M :w<CR>:make<CR><CR>
" Macro to wrap abbreviations in ‘m4_abbr(…)’
let @a = 'wbim4_abbr(ea)'
+
+let g:netrw_sort_sequence = '^index.gsp$,[\/]$,'