diff options
| author | venomade <venomade@venomade.com> | 2026-02-14 20:32:56 +0000 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-02-14 20:32:56 +0000 |
| commit | 9d2c3f898a97de16b986d4e494f31e6c6f3d176a (patch) | |
| tree | 4c3ed502c15a1987fd8d5eff05e26d7cfa0ff949 /.config/nvim/lua/scripts/init.lua | |
| parent | 4b8cc0b9a9d92636b5c5b84595e6302900f5dfce (diff) | |
Neovim UI, Diagnostics
Remove the keypress viewer from the ui plugin. Add a local scripts folder with a local new diagnostics viewer
Diffstat (limited to '.config/nvim/lua/scripts/init.lua')
| -rw-r--r-- | .config/nvim/lua/scripts/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/lua/scripts/init.lua b/.config/nvim/lua/scripts/init.lua new file mode 100644 index 0000000..f0e0f11 --- /dev/null +++ b/.config/nvim/lua/scripts/init.lua @@ -0,0 +1,3 @@ +require("scripts.diagnostics").setup({ + keymap = "<leader>lh" +}) |
