Compare commits
No commits in common. "8eb335397afb6f683944b7bc12a528f6fe06e649" and "103961e8922c895f616f82df73278a957eb5ca9e" have entirely different histories.
8eb335397a
...
103961e892
20 changed files with 20 additions and 43 deletions
26
.gitmodules
vendored
26
.gitmodules
vendored
|
|
@ -7,26 +7,24 @@
|
|||
[submodule "pack/general/start/nvim-lspconfig"]
|
||||
path = pack/general/start/nvim-lspconfig
|
||||
url = https://github.com/neovim/nvim-lspconfig
|
||||
branch = master
|
||||
[submodule "pack/general/start/nvim-treesitter"]
|
||||
path = pack/general/start/nvim-treesitter
|
||||
url = https://github.com/nvim-treesitter/nvim-treesitter
|
||||
branch = master
|
||||
[submodule "pack/general/start/plenary.nvim"]
|
||||
path = pack/general/start/plenary.nvim
|
||||
url = https://github.com/nvim-lua/plenary.nvim
|
||||
branch = master
|
||||
[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
|
||||
branch = master
|
||||
[submodule "pack/general/start/vim-markdown"]
|
||||
path = pack/general/start/vim-markdown
|
||||
url = https://github.com/plasticboy/vim-markdown
|
||||
branch = master
|
||||
[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
|
||||
|
|
@ -36,7 +34,6 @@
|
|||
[submodule "pack/general/start/gitsigns.nvim"]
|
||||
path = pack/general/start/gitsigns.nvim
|
||||
url = https://github.com/lewis6991/gitsigns.nvim
|
||||
branch = main
|
||||
[submodule "pack/general/start/nvim-cmp"]
|
||||
path = pack/general/start/nvim-cmp
|
||||
url = https://github.com/hrsh7th/nvim-cmp
|
||||
|
|
@ -46,7 +43,6 @@
|
|||
[submodule "pack/general/start/LuaSnip"]
|
||||
path = pack/general/start/LuaSnip
|
||||
url = https://github.com/L3MON4D3/LuaSnip
|
||||
branch = master
|
||||
[submodule "pack/general/start/cmp_luasnip"]
|
||||
path = pack/general/start/cmp_luasnip
|
||||
url = https://github.com/saadparwaiz1/cmp_luasnip
|
||||
|
|
@ -65,7 +61,6 @@
|
|||
[submodule "pack/general/start/git-blame.nvim"]
|
||||
path = pack/general/start/git-blame.nvim
|
||||
url = https://github.com/f-person/git-blame.nvim
|
||||
branch = master
|
||||
[submodule "nvim-dap"]
|
||||
path = pack/general/opt/nvim-dap
|
||||
url = https://github.com/mfussenegger/nvim-dap
|
||||
|
|
@ -81,21 +76,18 @@
|
|||
[submodule "pack/general/start/nvim-lint"]
|
||||
path = pack/general/start/nvim-lint
|
||||
url = https://github.com/mfussenegger/nvim-lint
|
||||
branch = master
|
||||
[submodule "pack/general/start/telescope-fzy-native.nvim"]
|
||||
path = pack/general/start/telescope-fzy-native.nvim
|
||||
url = https://github.com/nvim-telescope/telescope-fzy-native.nvim
|
||||
[submodule "pack/general/start/nvim-web-devicons"]
|
||||
path = pack/general/start/nvim-web-devicons
|
||||
url = https://github.com/nvim-tree/nvim-web-devicons
|
||||
branch = master
|
||||
[submodule "pack/general/start/telescope-luasnip.nvim"]
|
||||
path = pack/general/start/telescope-luasnip.nvim
|
||||
url = https://github.com/benfowler/telescope-luasnip.nvim
|
||||
[submodule "pack/general/start/formatter.nvim"]
|
||||
path = pack/general/start/formatter.nvim
|
||||
url = https://github.com/mhartington/formatter.nvim
|
||||
branch = master
|
||||
[submodule "pack/general/start/lualine.nvim"]
|
||||
path = pack/general/start/lualine.nvim
|
||||
url = https://github.com/nvim-lualine/lualine.nvim
|
||||
|
|
@ -111,24 +103,12 @@
|
|||
[submodule "pack/general/start/neotest"]
|
||||
path = pack/general/start/neotest
|
||||
url = https://github.com/nvim-neotest/neotest
|
||||
branch = master
|
||||
[submodule "pack/general/start/neotest-rust"]
|
||||
path = pack/general/start/neotest-rust
|
||||
url = https://github.com/rouge8/neotest-rust
|
||||
branch = main
|
||||
[submodule "pack/general/start/lsp_lines.nvim"]
|
||||
path = pack/general/start/lsp_lines.nvim
|
||||
url = https://git.sr.ht/~whynothugo/lsp_lines.nvim
|
||||
[submodule "pack/general/opt/crates.nvim"]
|
||||
path = pack/general/opt/crates.nvim
|
||||
url = https://github.com/Saecki/crates.nvim
|
||||
[submodule "pack/general/start/gruvbox"]
|
||||
branch = main
|
||||
[submodule "pack/general/opt/nvim-dap"]
|
||||
branch = master
|
||||
[submodule "pack/general/opt/nvim-dap-ui"]
|
||||
branch = master
|
||||
[submodule "pack/general/start/nvim-surround"]
|
||||
path = pack/general/start/nvim-surround
|
||||
url = https://github.com/kylechui/nvim-surround
|
||||
branch = main
|
||||
|
|
|
|||
3
init.lua
3
init.lua
|
|
@ -609,6 +609,3 @@ require("lsp_lines").setup()
|
|||
vim.diagnostic.config({
|
||||
virtual_text = false,
|
||||
})
|
||||
|
||||
---- nvim-surround
|
||||
require("nvim-surround").setup()
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b3d4408e29d924fe130c9397a7c3b3630b3ea671
|
||||
Subproject commit 4377a05b9476587b7b485d6a9d9745768c4e4b37
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 34160a7ce6072ef332f350ae1d4a6a501daf0159
|
||||
Subproject commit 85b16ac2309d85c88577cd8ee1733ce52be8227e
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit c5fb16a934892086d4ba01bac48b77c65435025e
|
||||
Subproject commit c4d6298347f7707e9757351b2ee03d0c00da5c20
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 34dcdfa0c75df667743b2a50dd99c84a557376f0
|
||||
Subproject commit 44c89f09dcc220dc2a9b056e93c3a87c86e79804
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit a36b277e527f9d34efe16c3636555ce0e0c0464c
|
||||
Subproject commit 41e22dc843c6821a410db57be0b7025154f9d8ec
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit f0e9f5dd3218774fa725e55965b40ca78c2104eb
|
||||
Subproject commit d8b52fc95e3d424e5c09b287ee2c293dcb4e26fb
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit fc2b7df3d8384e1ba32d0c5d515931f5ea366eb1
|
||||
Subproject commit 7fb36e0f67aa6f3d7f3e54f37ca7032ea1af0b59
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1e67a504d03def3a6a1125d934cb511680f72555
|
||||
Subproject commit bec7be0f13ee19c85561943fc5f7b8daa4f4d465
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 139cff7c85598ec591b5ed7d71ce8ed3b5313b97
|
||||
Subproject commit 95161da0fbe0570395a938927b654931a82caecb
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 67f74e630a84ecfa73a82783c487bdedd8cecdc3
|
||||
Subproject commit 9b6cb72660114e5f188907be0d866a8ca2b0ef23
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit ede4114e1fd41acb121c70a27e1b026ac68c42d6
|
||||
Subproject commit a27356f1ef9c11e1f459cc96a3fcac5c265e72d6
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 1c2ef599abeeb98e40706830bcd27e90e259367a
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit fc93fa5c07df7cd578a3ea82d7c075c0460a6884
|
||||
Subproject commit 7f6ff292e3f53e7b12554ee92264c23762dc7906
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 973ab742f143a796a779af4d786ec409116a0d87
|
||||
Subproject commit cfc8824cc1db316a276b36517f093baccb8e799a
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9ce85b0f7dcfe5358c0be937ad23e456907d410b
|
||||
Subproject commit 0dbe561ae023f02c2fb772b879e905055b939ce3
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 40c8d2fc2b729dd442eda093cf8c9496d6e23732
|
||||
Subproject commit 32e6792f865221dfaf2a3751fd3cfeac96557433
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4e9b4deda11d05a157ab34e97f76089669b5b7af
|
||||
Subproject commit cc82d88e2a791f54d2b6e2b26e41f743351ac947
|
||||
1
pack/general/start/vim-surround
Submodule
1
pack/general/start/vim-surround
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3d188ed2113431cf8dac77be61b842acb64433d9
|
||||
Loading…
Add table
Reference in a new issue