added oil.nvim
This commit is contained in:
@@ -21,6 +21,7 @@ Plugins are managed using [lazy.nvim](https://github.com/folke/lazy.nvim)
|
||||
- [Harpoon](#harpoon)
|
||||
- [Markdown Preview](#markdown-preview)
|
||||
- [NVIM Web Devicons](#nvim-web-devicons)
|
||||
- [Oil](#oil)
|
||||
- [SUDA](#suda)
|
||||
- [Surround](#surround)
|
||||
- [Telescope](#telescope)
|
||||
@@ -116,6 +117,10 @@ Live preview of markdown files in browser, with synced scrolling
|
||||
#### [NVIM Web Devicons](https://github.com/nvim-tree/nvim-web-devicons)
|
||||
Provides Nerd font icons for other plugins to use
|
||||
|
||||
---
|
||||
#### [Oil](https://github.com/nvim-tree/nvim-web-devicons)
|
||||
Edit/view your filesystem like a normal NeoVim buffer
|
||||
|
||||
---
|
||||
#### [SUDA](https://github.com/lambdalisue/vim-suda)
|
||||
Write files using sudo inside NeoVim
|
||||
@@ -271,7 +276,7 @@ LSP has been setup with the following dependencies:
|
||||
|
||||
| Keybind | Behaviour | Normal | Visual | Select |
|
||||
|---------|-----------|--------|--------|--------|
|
||||
| `<leader>pv` | View directory of current file | ✓ | ✗ | ✗ |
|
||||
| `-` | View parent directory (works in file and in Oil filetree viewer) | ✓ | ✗ | ✗ |
|
||||
| `J` | Move selection down and autoindent | ✗ | ✓ | ✓ |
|
||||
| `K` | Move selection up and autoindent | ✗ | ✓ | ✓ |
|
||||
| `J` | Moves line below current line into sameline | ✓ | ✗ | ✗ |
|
||||
|
||||
Reference in New Issue
Block a user