Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move nvim to config folder to simplify things #1616

Merged
merged 1 commit into from
Jun 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
shallow = true
branch = master
ignore = untracked
[submodule "nvim"]
path = nvim
[submodule "config/nvim"]
path = config/nvim
url = git@github.com:kornicameister/nvim.git
shallow = true
branch = master
3 changes: 0 additions & 3 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
stderr: true

- link:
# nvim stuff
~/.config/nvim: nvim

# ssh config
~/.ssh/config: ssh/config
~/.ssh/config.d/00-defaults.config: ssh/config.d/00-defaults.config
Expand Down