canola.nvim/lua/oil
Steven Arcangeli 28596bdd42 refactor: set concealcursor=nvic by default
Originally I set the default value to `n` because I wanted users to be
aware of the magic ID number at the start of the line if they were
editing a buffer. With the recent improvements to the cursor placement,
I think that it's no longer necessary. Most normal edits should just
work as expected now, and it's a nicer experience if the visuals don't
jump around when you enter visual/insert mode.
2023-09-11 17:42:22 -07:00
..
adapters feat: api to sort directory contents (#169) 2023-09-08 21:56:34 -07:00
mutator fix: allow converting a file to directory and vice-versa (#117) 2023-09-09 18:33:47 -07:00
actions.lua feat: api to sort directory contents (#169) 2023-09-08 21:56:34 -07:00
cache.lua refactor: remove cache side effects from adapter.list 2023-08-20 21:50:02 +00:00
columns.lua feat: api to sort directory contents (#169) 2023-09-08 21:56:34 -07:00
config.lua refactor: set concealcursor=nvic by default 2023-09-11 17:42:22 -07:00
constants.lua refactor: small perf win by eliminating string object keys 2023-06-25 22:44:44 -07:00
fs.lua perf: tweak uv readdir params for performance 2023-08-20 18:31:17 +00:00
init.lua feat: api to sort directory contents (#169) 2023-09-08 21:56:34 -07:00
keymap_util.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
layout.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
loading.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
pathutil.lua feat: first draft 2023-01-02 01:34:53 -08:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua refactor: rename supports_xfer 2023-08-20 21:50:02 +00:00
view.lua fix: lock cursor to first mutable column 2023-09-09 13:20:18 -07:00