This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Oliver Davies e4e9727819 Add vim-autoread
> Automatically causes vim to reload files which have been written on
disk but not modified in the buffer since the last write from vim. This
enables a file open in vim to be edited using another application and
saved. Upon returning to vim, as long as you haven't modified the file
since the last change, the file will be automatically updated to reflect
the changes made on disk, as though you had pressed :e manually.

https://github.com/djoshea/vim-autoread
2024-06-21 02:35:00 +01:00
after/ftplugin Remove oil filetype configuration 2024-05-31 18:33:39 +01:00
autoload refactor(nvim): manage Neovim with Home Manager 2022-10-04 09:38:42 +01:00
lib Add vim-autoread 2024-06-21 02:35:00 +01:00
lua/opdavies Add keymaps for navigating between splits 2024-06-01 14:48:32 +01:00
overlays Add vim-autoread 2024-06-21 02:35:00 +01:00
plugin Re-add mini.statusline 2024-06-21 02:27:29 +01:00
spell Update spellfile 2024-06-19 06:45:44 +01:00
.envrc Add initial flake 2024-01-24 09:27:24 +00:00
.gitignore Configure spelling and a custom dictionary file 2024-05-14 13:00:32 +01:00
.luacheckrc Tidy neovim configuration 2024-02-24 22:26:31 +00:00
.markdownlint.yaml Ignore some markdownlint rules 2024-03-14 01:30:45 +00:00
CHANGELOG.md Update gitsigns keymaps 2024-03-14 01:41:40 +00:00
flake.lock Switch from NixOS unstable to 24.05 by default 2024-06-11 07:40:51 +01:00
flake.nix Switch from NixOS unstable to 24.05 by default 2024-06-11 07:40:51 +01:00
init.lua Add init.lua 2024-01-24 09:27:24 +00:00
justfile Remove alejandra 2024-06-10 10:02:04 +01:00
stylua.toml Add stylua.toml 2024-01-23 21:44:26 +00:00
todo Update todos 2024-06-07 23:55:22 +01:00