dotfiles/config/nvim/lua
Eryn Wells 534d9a102b [neovim] Give key bindings a little love; add GUI bindings for neovide
- Clean up the init interface. Move all the init methods into a single
  init_all() call.
- Add two keybindings for <M-j> and <M-k> to move by soft-wrapped lines in
  Normal mode
- Add a few key bindings for the usual shortcuts for cut/copy/paste when in GUI
  mode. In vim, D is the character that represents the Super/Apple key. So,
  <D-x>, <D-c>, and <D-v> now do what you'd expect.
2025-06-03 13:19:51 -07:00
..
autocommands.lua [vim] Add a DiagnosticFloat autocommand that shows the diagnostic window on CursorHold 2024-08-02 18:31:20 -07:00
colors.lua [vim] Fix broken color scheme 2024-09-19 13:45:12 -07:00
configuration.lua [nvim] Move repeated use of vim.fn.stdpath("state") to a local 2025-01-31 13:31:16 -08:00
diagnostics.lua [vim] Add a diagnostics init module to customize diagnostic message floats 2024-08-02 18:31:19 -07:00
gui.lua [neovim] Give key bindings a little love; add GUI bindings for neovide 2025-06-03 13:19:51 -07:00
keys.lua [neovim] Give key bindings a little love; add GUI bindings for neovide 2025-06-03 13:19:51 -07:00
lsp.lua [vim] Remove the tailwind and typescript language server configs 2024-09-19 13:45:59 -07:00
treesitter.lua [vim] Fix broken color scheme 2024-09-19 13:45:12 -07:00