random changes

linux-gnome
Adriel Sand 2022-08-04 17:10:15 -04:00
parent a45cc5fed1
commit 8aaee9e5d4
16 changed files with 53 additions and 1 deletions

Binary file not shown.

@ -0,0 +1 @@
Subproject commit 39f06b873a8449af8ff6a3eee716d3da14d63a76

@ -0,0 +1 @@
Subproject commit f3b4ae71f60b5723077a77cfe9e8776a3ca553ac

@ -0,0 +1 @@
Subproject commit 287c743c9f227fdf0e1db452bbb8ae3c5caffc36

@ -0,0 +1 @@
Subproject commit 668b350ce88cc9a2257644c67945c9abbdd36cb5

@ -0,0 +1 @@
Subproject commit a9c7283dce60ffcdec952384f6451ff42f8914f2

@ -0,0 +1 @@
Subproject commit 11931e2de42cb1a14887a002a874f0b2daf12bc2

@ -0,0 +1 @@
Subproject commit eebac6c4fce06d3b849cccd213b7233d37ab037f

@ -0,0 +1 @@
Subproject commit eed488b1cd1867bd25f19f90e10440c5cc7d6424

@ -0,0 +1 @@
Subproject commit e1fe727127a813095854a5b063c15e955a77eafb

@ -0,0 +1 @@
Subproject commit 052df0c4be7c57bc42ef94992adbfada69ba258c

@ -0,0 +1 @@
Subproject commit 3bb209d9637d6bd7506040b2fcd158c9a7917db3

@ -0,0 +1 @@
Subproject commit a2258658661e42dd4cdba4958805dbad1fe29ef4

@ -0,0 +1 @@
Subproject commit 5178ee4d7f4e7761187df30bb709f703d91df18a

39
.gitmodules vendored 100644
View File

@ -0,0 +1,39 @@
[submodule ".config/nvim/plugged/firenvim"]
path = .config/nvim/plugged/firenvim
url = https://github.com/glacambre/firenvim.git
[submodule ".config/nvim/plugged/bullets.vim"]
path = .config/nvim/plugged/bullets.vim
url = https://github.com/dkarter/bullets.vim.git
[submodule ".config/nvim/plugged/auto-pairs"]
path = .config/nvim/plugged/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule ".config/nvim/plugged/pear-tree"]
path = .config/nvim/plugged/pear-tree
url = https://github.com/tmsvg/pear-tree.git
[submodule ".config/nvim/plugged/coc.nvim"]
path = .config/nvim/plugged/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
[submodule ".config/nvim/plugged/nerdtree-git-plugin"]
path = .config/nvim/plugged/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
[submodule ".config/nvim/plugged/nerdtree"]
path = .config/nvim/plugged/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule ".config/nvim/plugged/vim-devicons"]
path = .config/nvim/plugged/vim-devicons
url = https://github.com/ryanoasis/vim-devicons.git
[submodule ".config/nvim/plugged/vim-nerdtree-syntax-highlight"]
path = .config/nvim/plugged/vim-nerdtree-syntax-highlight
url = https://github.com/tiagofumo/vim-nerdtree-syntax-highlight.git
[submodule ".config/nvim/plugged/lightline.vim"]
path = .config/nvim/plugged/lightline.vim
url = https://github.com/itchyny/lightline.vim.git
[submodule ".config/nvim/plugged/nvim-ghost.nvim"]
path = .config/nvim/plugged/nvim-ghost.nvim
url = https://github.com/subnut/nvim-ghost.nvim.git
[submodule ".config/nvim/plugged/goyo.vim"]
path = .config/nvim/plugged/goyo.vim
url = https://github.com/junegunn/goyo.vim.git
[submodule ".config/nvim/plugged/limelight.vim"]
path = .config/nvim/plugged/limelight.vim
url = https://github.com/junegunn/limelight.vim.git

2
install.sh 100644 → 100755
View File

@ -7,4 +7,4 @@ mv nvim .config/nvim
cd $HOME cd $HOME
cp -rf "$current_dir"/{.config,.local,scripts} . cp -rf "$current_dir"/{.config,.local,scripts} .
cp -rf "$current_dir"/{.nvimrc} . cp -rf "$current_dir"/.nvimrc .