mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: netrw sort sequence
This commit is contained in:
parent
8a4c47356d
commit
71cf58dcbc
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,9 @@ vim.o.completeopt = 'menuone,noselect'
|
||||||
-- Keeps the same screen lines in all split windows
|
-- Keeps the same screen lines in all split windows
|
||||||
vim.o.splitkeep = 'screen'
|
vim.o.splitkeep = 'screen'
|
||||||
|
|
||||||
|
-- Netrw settings
|
||||||
|
vim.g.netrw_sort_sequence = '[\\/]$,*'
|
||||||
|
|
||||||
--[[ cfg_filetypes: Filetype aliases ]]
|
--[[ cfg_filetypes: Filetype aliases ]]
|
||||||
|
|
||||||
vim.filetype.add {
|
vim.filetype.add {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue