Skip to content

Commit 5cf11ff

Browse files
committed
Update README: list plugins
1 parent 7d1e1fd commit 5cf11ff

File tree

3 files changed

+38
-10
lines changed

3 files changed

+38
-10
lines changed

README.md

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Dotfiles
22

33
## Installation
4-
To use my config please run:
5-
```
6-
chmod +x setup.sh
7-
./setup.sh
8-
```
94

105
## What's in it?
116
It contains settings of:
@@ -15,11 +10,44 @@ It contains settings of:
1510
* tmux
1611
* vim
1712

18-
### bspwm
19-
### sxhkd
20-
### zsh
21-
### tmux
22-
### vim
13+
# Screenshots
14+
15+
![Defx and split window](https://github.com/luathn/dotfiles/blob/master/images/nvim-screenshot-1.png)
16+
17+
![Fzf](https://github.com/luathn/dotfiles/blob/master/images/nvim-screenshot-2.png)
18+
19+
# vim
20+
## Included Plugins
21+
22+
You should reading the docs of these plugins to understand them better.
23+
24+
* [fzf.vim](https://github.com/junegunn/fzf.vim): Fuzzy file, buffer, tag finder and grep code,... It's mapped to <Ctrl+P> (use it together with ripgrep)
25+
* [ack.vim](https://github.com/mileszs/ack.vim): Run your favorite search tool from Vim, with an enhanced results list (use it together with ripgrep)
26+
* [coc.nvim](https://github.com/neoclide/coc.nvim): Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode
27+
* [ale](https://github.com/w0rp/ale): Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
28+
* [defx.nvim](https://github.com/Shougo/defx.nvim): The dark powered file explorer implementation
29+
* [vim-fugitive](https://github.com/tpope/vim-fugitive): A Git wrapper so awesome, it should be illegal
30+
* [gv.vim](https://github.com/junegunn/gv.vim): A git commit browser in Vim
31+
* [vim-commentary](https://github.com/tpope/vim-commentary): Comment stuff out
32+
* [vim-surround](https://github.com/tpope/vim-surround): quoting/parenthesizing made simple
33+
* [vim-repeat](https://github.com/tpope/vim-repeat): Enable repeating supported plugin maps with "."
34+
* [vim-sneak](https://github.com/justinmk/vim-sneak): The missing motion for Vim
35+
* [vim-textobj-user](https://github.com/kana/vim-textobj-user): Create your own text objects
36+
* [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator): Seamless navigation between tmux panes and vim splits
37+
* [indentLine](https://github.com/Yggdroot/indentLine): A vim plugin to display the indention levels with thin vertical lines
38+
* [vim-yankstack](https://github.com/maxbrunsfeld/vim-yankstack): Manage your yank stack
39+
* [vim-test](https://github.com/vim-test/vim-test): A Vim wrapper for running tests on different granularities
40+
* [asyncrun.vim](https://github.com/skywind3000/asyncrun.vim/): Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window
41+
* [splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim): Switch between single-line and multiline forms of code
42+
* [vim-slash](https://github.com/junegunn/vim-slash): Enhancing in-buffer search experience
43+
44+
## Key Mappings
45+
(TODO)
46+
47+
# bspwm
48+
# sxhkd
49+
# zsh
50+
# tmux
2351

2452
## Troubleshooting
2553
1. [Graphic Tearing](https://wiki.archlinux.org/index.php/Intel_graphics#Tearing)

images/nvim-screenshot-1.png

331 KB
Loading

images/nvim-screenshot-2.png

309 KB
Loading

0 commit comments

Comments
 (0)