From b7ef9f18e9fb341ac10a7de245311a1d41429c8a Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 13 Jun 2021 16:20:02 -0400 Subject: [PATCH] Initial commit --- .gitmodules | 57 ++++++++++++++++++++++++++ mysnippets/markdown.snippets | 20 +++++++++ pack/general/start/ale | 1 + pack/general/start/completion-buffers | 1 + pack/general/start/completion-nvim | 1 + pack/general/start/gruvbox.nvim | 1 + pack/general/start/lush.nvim | 1 + pack/general/start/nvim-lspconfig | 1 + pack/general/start/nvim-treesitter | 1 + pack/general/start/plenary.nvim | 1 + pack/general/start/popup.nvim | 1 + pack/general/start/telescope.nvim | 1 + pack/general/start/ultisnips | 1 + pack/general/start/vim-airline | 1 + pack/general/start/vim-airline-themes | 1 + pack/general/start/vim-markdown | 1 + pack/general/start/vim-signify | 1 + pack/general/start/vim-snippets | 1 + pack/general/start/vim-surround | 1 + pack/general/start/vim-toml | 1 + pack/general/start/vim-wordmotion | 1 + spell/en.utf-8.add | 3 ++ spell/en.utf-8.add.spl | Bin 0 -> 95 bytes spell/es.utf-8.add | 43 +++++++++++++++++++ spell/es.utf-8.add.spl | Bin 0 -> 538 bytes 25 files changed, 142 insertions(+) create mode 100644 .gitmodules create mode 100644 mysnippets/markdown.snippets create mode 160000 pack/general/start/ale create mode 160000 pack/general/start/completion-buffers create mode 160000 pack/general/start/completion-nvim create mode 160000 pack/general/start/gruvbox.nvim create mode 160000 pack/general/start/lush.nvim create mode 160000 pack/general/start/nvim-lspconfig create mode 160000 pack/general/start/nvim-treesitter create mode 160000 pack/general/start/plenary.nvim create mode 160000 pack/general/start/popup.nvim create mode 160000 pack/general/start/telescope.nvim create mode 160000 pack/general/start/ultisnips create mode 160000 pack/general/start/vim-airline create mode 160000 pack/general/start/vim-airline-themes create mode 160000 pack/general/start/vim-markdown create mode 160000 pack/general/start/vim-signify create mode 160000 pack/general/start/vim-snippets create mode 160000 pack/general/start/vim-surround create mode 160000 pack/general/start/vim-toml create mode 160000 pack/general/start/vim-wordmotion create mode 100644 spell/en.utf-8.add create mode 100644 spell/en.utf-8.add.spl create mode 100644 spell/es.utf-8.add create mode 100644 spell/es.utf-8.add.spl diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..46b086e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,57 @@ +[submodule "pack/general/start/ale"] + path = pack/general/start/ale + url = https://github.com/dense-analysis/ale +[submodule "pack/general/start/completion-buffers"] + path = pack/general/start/completion-buffers + url = https://github.com/steelsojka/completion-buffers +[submodule "pack/general/start/completion-nvim"] + path = pack/general/start/completion-nvim + url = https://github.com/nvim-lua/completion-nvim +[submodule "pack/general/start/gruvbox.nvim"] + path = pack/general/start/gruvbox.nvim + url = https://github.com/npxbr/gruvbox.nvim +[submodule "pack/general/start/lush.nvim"] + path = pack/general/start/lush.nvim + url = https://github.com/rktjmp/lush.nvim +[submodule "pack/general/start/nvim-lspconfig"] + path = pack/general/start/nvim-lspconfig + url = https://github.com/neovim/nvim-lspconfig +[submodule "pack/general/start/nvim-treesitter"] + path = pack/general/start/nvim-treesitter + url = https://github.com/nvim-treesitter/nvim-treesitter +[submodule "pack/general/start/plenary.nvim"] + path = pack/general/start/plenary.nvim + url = https://github.com/nvim-lua/plenary.nvim +[submodule "pack/general/start/popup.nvim"] + path = pack/general/start/popup.nvim + url = https://github.com/nvim-lua/popup.nvim +[submodule "pack/general/start/telescope.nvim"] + path = pack/general/start/telescope.nvim + url = https://github.com/nvim-telescope/telescope.nvim +[submodule "pack/general/start/ultisnips"] + path = pack/general/start/ultisnips + url = https://github.com/SirVer/ultisnips +[submodule "pack/general/start/vim-airline"] + path = pack/general/start/vim-airline + url = https://github.com/vim-airline/vim-airline +[submodule "pack/general/start/vim-airline-themes"] + path = pack/general/start/vim-airline-themes + url = https://github.com/vim-airline/vim-airline-themes +[submodule "pack/general/start/vim-markdown"] + path = pack/general/start/vim-markdown + url = https://github.com/plasticboy/vim-markdown +[submodule "pack/general/start/vim-signify"] + path = pack/general/start/vim-signify + url = https://github.com/mhinz/vim-signify +[submodule "pack/general/start/vim-snippets"] + path = pack/general/start/vim-snippets + url = https://github.com/honza/vim-snippets +[submodule "pack/general/start/vim-surround"] + path = pack/general/start/vim-surround + url = https://github.com/tpope/vim-surround +[submodule "pack/general/start/vim-toml"] + path = pack/general/start/vim-toml + url = https://github.com/cespare/vim-toml +[submodule "pack/general/start/vim-wordmotion"] + path = pack/general/start/vim-wordmotion + url = https://github.com/chaoren/vim-wordmotion diff --git a/mysnippets/markdown.snippets b/mysnippets/markdown.snippets new file mode 100644 index 0000000..58f127c --- /dev/null +++ b/mysnippets/markdown.snippets @@ -0,0 +1,20 @@ +snippet fig "Hugo Figure" +{{< figure link="img/$1.jpg" thumb="_small" +caption="$2" >}} +$0 +endsnippet + +snippet gal "Hugo Gallery" +{{< gallery hover-effect="none" caption-effect="none" >}} + +{{< figure link="img/$1.jpg" thumb="_small" +caption="$2" >}} + +$3 +{{< /gallery >}} +$0 +endsnippet + +snippet kbd "Keyboard" +{{}>}}$0 +endsnippet diff --git a/pack/general/start/ale b/pack/general/start/ale new file mode 160000 index 0000000..1b08791 --- /dev/null +++ b/pack/general/start/ale @@ -0,0 +1 @@ +Subproject commit 1b08791228f5aca4545a3fba6699b29a003028fe diff --git a/pack/general/start/completion-buffers b/pack/general/start/completion-buffers new file mode 160000 index 0000000..c36871b --- /dev/null +++ b/pack/general/start/completion-buffers @@ -0,0 +1 @@ +Subproject commit c36871b2a44b59761387f4972c617b44dcec5e75 diff --git a/pack/general/start/completion-nvim b/pack/general/start/completion-nvim new file mode 160000 index 0000000..c8db953 --- /dev/null +++ b/pack/general/start/completion-nvim @@ -0,0 +1 @@ +Subproject commit c8db953a8e9f4bc8183e31831297cf84d6f521b8 diff --git a/pack/general/start/gruvbox.nvim b/pack/general/start/gruvbox.nvim new file mode 160000 index 0000000..2dc25bb --- /dev/null +++ b/pack/general/start/gruvbox.nvim @@ -0,0 +1 @@ +Subproject commit 2dc25bb14fbd69f888dd0615c5576dd730de869a diff --git a/pack/general/start/lush.nvim b/pack/general/start/lush.nvim new file mode 160000 index 0000000..684c06d --- /dev/null +++ b/pack/general/start/lush.nvim @@ -0,0 +1 @@ +Subproject commit 684c06d4879a38e50a247ce23b32beaacc75c4d1 diff --git a/pack/general/start/nvim-lspconfig b/pack/general/start/nvim-lspconfig new file mode 160000 index 0000000..a246d97 --- /dev/null +++ b/pack/general/start/nvim-lspconfig @@ -0,0 +1 @@ +Subproject commit a246d97ecfc0fd1f30645ea98577c7af4e1b0229 diff --git a/pack/general/start/nvim-treesitter b/pack/general/start/nvim-treesitter new file mode 160000 index 0000000..5634b17 --- /dev/null +++ b/pack/general/start/nvim-treesitter @@ -0,0 +1 @@ +Subproject commit 5634b175c42a3765405060e7407330d354c69369 diff --git a/pack/general/start/plenary.nvim b/pack/general/start/plenary.nvim new file mode 160000 index 0000000..c4dd6e7 --- /dev/null +++ b/pack/general/start/plenary.nvim @@ -0,0 +1 @@ +Subproject commit c4dd6e7b29e77d7d795c0f7c67a8ca9673a7b50f diff --git a/pack/general/start/popup.nvim b/pack/general/start/popup.nvim new file mode 160000 index 0000000..5e3bece --- /dev/null +++ b/pack/general/start/popup.nvim @@ -0,0 +1 @@ +Subproject commit 5e3bece7b4b4905f4ec89bee74c09cfd8172a16a diff --git a/pack/general/start/telescope.nvim b/pack/general/start/telescope.nvim new file mode 160000 index 0000000..398a0d3 --- /dev/null +++ b/pack/general/start/telescope.nvim @@ -0,0 +1 @@ +Subproject commit 398a0d391aa2afcda1521a8e86b820ffb599b60b diff --git a/pack/general/start/ultisnips b/pack/general/start/ultisnips new file mode 160000 index 0000000..b6c9a81 --- /dev/null +++ b/pack/general/start/ultisnips @@ -0,0 +1 @@ +Subproject commit b6c9a814a4fdfcad3ea53d8888746803a7218a9e diff --git a/pack/general/start/vim-airline b/pack/general/start/vim-airline new file mode 160000 index 0000000..49cdcb7 --- /dev/null +++ b/pack/general/start/vim-airline @@ -0,0 +1 @@ +Subproject commit 49cdcb7b3ea76ee19c737885c0ab19e64e564169 diff --git a/pack/general/start/vim-airline-themes b/pack/general/start/vim-airline-themes new file mode 160000 index 0000000..531bcc9 --- /dev/null +++ b/pack/general/start/vim-airline-themes @@ -0,0 +1 @@ +Subproject commit 531bcc9e5a4cb1b1fb4dec8face230bf3d205ac7 diff --git a/pack/general/start/vim-markdown b/pack/general/start/vim-markdown new file mode 160000 index 0000000..8e5d86f --- /dev/null +++ b/pack/general/start/vim-markdown @@ -0,0 +1 @@ +Subproject commit 8e5d86f7b85234d3d1b4207dceebc43a768ed5d4 diff --git a/pack/general/start/vim-signify b/pack/general/start/vim-signify new file mode 160000 index 0000000..22f0560 --- /dev/null +++ b/pack/general/start/vim-signify @@ -0,0 +1 @@ +Subproject commit 22f05607d4d7406781af56cafc1121152988c6d2 diff --git a/pack/general/start/vim-snippets b/pack/general/start/vim-snippets new file mode 160000 index 0000000..2a28fc3 --- /dev/null +++ b/pack/general/start/vim-snippets @@ -0,0 +1 @@ +Subproject commit 2a28fc35f6848ad38681d4b509ae3f5962276b5d diff --git a/pack/general/start/vim-surround b/pack/general/start/vim-surround new file mode 160000 index 0000000..f51a26d --- /dev/null +++ b/pack/general/start/vim-surround @@ -0,0 +1 @@ +Subproject commit f51a26d3710629d031806305b6c8727189cd1935 diff --git a/pack/general/start/vim-toml b/pack/general/start/vim-toml new file mode 160000 index 0000000..3c5face --- /dev/null +++ b/pack/general/start/vim-toml @@ -0,0 +1 @@ +Subproject commit 3c5face8e8944a217af45bc5bb708ff7dfcf1a54 diff --git a/pack/general/start/vim-wordmotion b/pack/general/start/vim-wordmotion new file mode 160000 index 0000000..dca1a18 --- /dev/null +++ b/pack/general/start/vim-wordmotion @@ -0,0 +1 @@ +Subproject commit dca1a1827513497def6362411d093ae6b3cff7f8 diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add new file mode 100644 index 0000000..6fc4262 --- /dev/null +++ b/spell/en.utf-8.add @@ -0,0 +1,3 @@ +combinatorics +symbology +petroglyphs diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl new file mode 100644 index 0000000000000000000000000000000000000000..71da345e9a3e3d0b7ce25a79bf6ca17f797e54a0 GIT binary patch literal 95 zcmXAhF$#b%6hr^RTZpId1g;LQ?plfp)t1(!r`L#?l9!NqoJ#T`^pBYhjZ1~d$;!dS f!mX6$9RXt}{-H7S%?t20HAuvIL1ednX!OM80QPc~tJ? z@Fp%&33I`fpK}^TXU5~ixS-SX#!8pa*JMY#G^gB#l`Eq#VN0$v3&S>^G1^dF>Ud(u z88WHok7Z6-dMf3fB(|=k60VO_M=qk$Y`s`r#5_vGgl|05Sle}Vz@j8;tCAj)_(1$X zZXHAc>o7adudj{hCZ=xYMi&?G$~4ygej>