diff options
| author | diogo464 <[email protected]> | 2021-07-08 17:11:46 -0400 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2021-07-08 17:11:46 -0400 |
| commit | ed0baec0a3f953c99445f6842dadc5566e89cb75 (patch) | |
| tree | 9f988c41db34907283dd126dc57d29b3d0792bd9 /configs | |
Initial commit
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/depot.toml | 7 | ||||
| -rw-r--r-- | configs/neovim/init.vim | 0 | ||||
| -rw-r--r-- | configs/neovim/lua/setup.lua | 0 |
3 files changed, 7 insertions, 0 deletions
diff --git a/configs/depot.toml b/configs/depot.toml new file mode 100644 index 0000000..a0bf689 --- /dev/null +++ b/configs/depot.toml | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | [[links]] | ||
| 2 | origin = 'neovim/init.vim' | ||
| 3 | destination = '.config/nvim/init.vim' | ||
| 4 | |||
| 5 | [[links]] | ||
| 6 | origin = 'neovim/lua/setup.lua' | ||
| 7 | destination = '.config/nvim/lua/setup.lua' | ||
diff --git a/configs/neovim/init.vim b/configs/neovim/init.vim new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/configs/neovim/init.vim | |||
diff --git a/configs/neovim/lua/setup.lua b/configs/neovim/lua/setup.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/configs/neovim/lua/setup.lua | |||
