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
This commit is contained in:
parent
1ac92922ee
commit
65dea4ed80
9 changed files with 70 additions and 52 deletions
nvim/plugin
|
@ -12,3 +12,5 @@ require("dapui").setup()
|
|||
require('nvim-surround').setup()
|
||||
require('which-key').setup()
|
||||
require('Comment').setup()
|
||||
require("better_escape").setup()
|
||||
require("todo-comments").setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue