9e58b1629d
feat(plugins): Add workspace-diagnostics.nvim
and trouble.nvim
...
Fix `nvim-navic` for some LSPs
2024-10-01 12:55:40 +02:00
8ad3a834ce
chore(keymaps): Streamline keymaps
...
- Change `<space>` to `<leader`
- Fix some capitalization
- Fix window resizing directions
2024-09-26 00:01:48 +02:00
1441e90711
feat(plugins): Add bufferline, remove rainbow ident-blankline
...
Added:
- [bufferline.nvim](https://github.com/akinsho/bufferline.nvim )
- Overseer status to lualine
Removed:
- `{` and `}` keymaps for aerial (I like the default behavior more)
2024-09-24 21:42:42 +02:00
65dea4ed80
feat(plugins, keymaps): Add plugins, move plugins to nix, update keymaps
...
Added:
- [aerial.nvim](https://github.com/stevearc/aerial.nvim )
- [better-escape.nvim](https://github.com/max397574/better-escape.nvim )
- [dressing.nvim](https://github.com/stevearc/dressing.nvim )
- [ident-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim )
- [nvim-notify](https://github.com/rcarriga/nvim-notify )
- [todo-comments.nvim](https://github.com/folke/todo-comments.nvim )
Moved plugin source from Github to Nix:
- [Comment.nvim](https://github.com/numToStr/Comment.nvim )
- [neo-tree.nvim](https://github.com/numToStr/Comment.nvim )
Mapped windown switching to `<C-h`... instead of `<M-h`...
Moved some coliding lsp keymaps under the `<leader>l` group
- Eg. `<leader>ls` for signature help
2024-09-23 17:38:17 +02:00
1ac92922ee
feat(plugins): Add actions-preview-nvim for LSP fixes
2024-09-23 16:25:38 +02:00
51e7717d88
feat(keymaps): Add keymaps for window switching
...
Move telescope command history to `tQ` instead of `tq`
Move tab open/close to `t` group
2024-09-18 21:50:40 +02:00
e2cff543d6
Initial commit
2024-03-06 02:24:31 +01:00