update, neovim use build-in lsp

This commit is contained in:
Smirnov Alexander 2021-05-29 12:22:38 +03:00
parent 8aa92b589f
commit fcb370ba0b
8 changed files with 152 additions and 156 deletions

View file

@ -1,8 +1,5 @@
<h1 align="center">dotfiles</h1>
![](config/bspwm/screen.png)
----------------------------
#### System configuration
- `OS` Arch
- `WM` bspwm
@ -10,7 +7,7 @@
- `Shell` zsh
- `Editor` nvim, vscode
- `File manager` ranger
- `Browser` firefox
- `Browser` firefox, chrome
- `Font` Jatbrains Mono
- `Icon font` Font Awesome
- `Launcher` rofi
@ -23,12 +20,12 @@ yay -S rcm
Install dependency:
```bash
sudo pacman -S neovim tmux git dunst picom bspwm sxhkd kitty rofi zsh ranger ttf-jetbrains-mono ttf-font-awesome
yay -S polybar
sudo pacman -S git bspwm sxhkd dunst kitty picom rofi zsh ranger ttf-font-awesome ttf-jetbrains-mono
yay -S neovim-nightly-bin polybar
```
And install configs:
```bash
git clone --recursive https://github.com/Smirnov-O/dotfiles .dotfiles
rcup
rcup rcrc && rcup
```