Commit graph

23 commits

Author SHA1 Message Date
63abcd9962 Add keymaps to edit different files 2025-03-26 11:01:06 +00:00
81be534d4f Re-add keymap to run tmux-sessionizer in Neovim 2025-03-26 02:26:28 +00:00
bbb5913463 Enable exrc
This allows for automatically loading an `.nvim.lua` file when starting
Neovim that contains project-specific configuration.
2025-03-22 23:25:39 +00:00
809cddb533 Move undodir directory 2025-03-18 17:41:38 +00:00
f893caefac Add Twig snippets 2025-03-03 18:37:20 +00:00
e8efe60ae1 Open diagnostics in the quickfix list 2025-02-05 06:53:38 +00:00
5160384b10 Reset diagnostics after disabling 2025-01-09 03:08:53 +00:00
e3a11b8d06 Add keybindings to enable, disable and toggle
...diagnostics
2025-01-08 22:43:56 +00:00
f94bf1e883 Replace the intelephense LSP with phpactor 2025-01-08 20:42:41 +00:00
44f413cd53 Remove drupal_class snippet
Removed now I have Phpactor working again.
2025-01-04 13:43:22 +00:00
1cfe4b0315 Refactor snippet configuration 2025-01-04 13:43:22 +00:00
c5833a9cdc Add a snippet to create a test with an attribute
Instead of an annotation.
2025-01-04 02:06:30 +00:00
f1466f269c Remove unused snippets 2025-01-04 02:06:30 +00:00
0dde56cd3f Simplify Neovim configuration 2024-12-31 11:52:20 +00:00
35e2fe1d91 Simplify neovim keymaps and change clipboard
...setting
2024-12-29 11:54:21 +00:00
58f645ee50 Add multigrep from TJ's video 2024-12-12 22:04:23 +00:00
3d4bca0ada Execute Lua code in the current file, range or
...line
2024-12-10 16:57:56 +00:00
4f6202de81 Fix keymap 2024-12-09 16:27:07 +00:00
fc8925f4b2 Set keymaps after loading options
Ensure `<leader>` is set in options.lua before settings keymaps in
keymaps.lua.
2024-12-09 16:25:58 +00:00
bab5f8f4a8 Fix occassional Neovim loading error 2024-12-07 00:43:21 +00:00
7e102e3555 Enable the mouse in Neovim
I already have it enabled in i3, tmux, etc, so why not in Vim?
2024-11-30 23:11:06 +00:00
64b3299b82 Update spellfile path 2024-11-21 13:22:17 +00:00
69a397e624 Move Nix files into a nix directory
Move everything from `config` to the root level.
2024-11-21 08:56:12 +00:00