mirror of
https://github.com/hazemKrimi/config.nvim.git
synced 2026-05-01 18:20:26 +00:00
chore: update readme
This commit is contained in:
@@ -14,6 +14,8 @@ sudo apt update
|
||||
sudo apt install make gcc ripgrep unzip git xclip neovim
|
||||
```
|
||||
|
||||
3. Optionally install a [Nerd Font](https://www.nerdfonts.com/).
|
||||
|
||||
## References
|
||||
|
||||
My config is based on [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) but I customized it following [Henry Misc's video](https://www.youtube.com/watch?v=KYDG3AHgYEs&t=1229s).
|
||||
|
||||
@@ -40,5 +40,5 @@ vim.keymap.set('n', ']d', vim.diagnostic.goto_next, { desc = 'Go to next diagnos
|
||||
vim.keymap.set('n', '<leader>d', vim.diagnostic.open_float, { desc = 'Open floating diagnostic message' })
|
||||
vim.keymap.set('n', '<leader>q', vim.diagnostic.setloclist, { desc = 'Open diagnostics list' })
|
||||
|
||||
-- greatest remap ever
|
||||
-- Greatest remap ever
|
||||
vim.keymap.set("x", "<leader>p", [["_dP]], { desc = 'Paste previously yanked' })
|
||||
|
||||
Reference in New Issue
Block a user