Skip to content

Commit

Permalink
refactor: update directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Mar 29, 2024
1 parent b563167 commit 2f8b98b
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 44 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ tested in Ubuntu 18.04

See `install/build_nvim_from_source.sh`

##### Python3
```bash
sudo apt install neovim python3-pynvim
pip3 install neovim
```

#### VSCode Neovim

TODO
Expand All @@ -76,7 +70,19 @@ TODO

Environment variables to setup: `$DOC2` `$CODE_HOME`

## Vimrc
## Directory Structure

| Directory Name | Description |
| :--------------- | :------------------------------------ |
| install | installation scripts |
| project_dotfiles | dotfiles for a project |
| root | dotfiles and full vim configurations |
| terminal | configurations for terminal emulators |
| wsl | scripts for WSL |

### Vimrc Files

**Vim**

- Full vimrc file: `.vim/vimrc`
- Default configurations: see header of `.vim/vimrc`
Expand All @@ -86,6 +92,10 @@ Environment variables to setup: `$DOC2` `$CODE_HOME`
- Custom vim configuration file `~/config_single_vimrc.vim`
- Local vimrc file: `.vimrc` (:h 'exrc')

**Neovim**

- init.vim of Neovim: `root/.config/nvim`

## Install Plugins Manually

vim-plug home: `~/plugged`, run `:PlugInstall`. `PlugInstall` can also update helptags for plugins.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
37 changes: 0 additions & 37 deletions tools/kitty.c

This file was deleted.

0 comments on commit 2f8b98b

Please sign in to comment.