summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorMarc Pervaz Boocha <mboocha@sudomsg.com>2025-07-07 23:39:20 +0530
committerMarc Pervaz Boocha <mboocha@sudomsg.com>2025-07-07 23:39:20 +0530
commit2b2676d45e52db5e2dbfa8b2fd72ee95b2967dd2 (patch)
tree27a0a04b05084ad199087f43d3a2c7eed4aca2a1 /.gitmodules
parentUpdated submodules (diff)
downloaddotfiles-2b2676d45e52db5e2dbfa8b2fd72ee95b2967dd2.tar
dotfiles-2b2676d45e52db5e2dbfa8b2fd72ee95b2967dd2.tar.gz
dotfiles-2b2676d45e52db5e2dbfa8b2fd72ee95b2967dd2.tar.bz2
dotfiles-2b2676d45e52db5e2dbfa8b2fd72ee95b2967dd2.tar.lz
dotfiles-2b2676d45e52db5e2dbfa8b2fd72ee95b2967dd2.tar.xz
dotfiles-2b2676d45e52db5e2dbfa8b2fd72ee95b2967dd2.tar.zst
dotfiles-2b2676d45e52db5e2dbfa8b2fd72ee95b2967dd2.zip
Add Exrc and modulized LSPAttach
Diffstat (limited to '')
-rw-r--r--.gitmodules20
1 files changed, 5 insertions, 15 deletions
diff --git a/.gitmodules b/.gitmodules
index d4277e3..e1fb32f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,24 +1,14 @@
[submodule "nvim-treesitter"]
path = .local/share/nvim/site/pack/plugins/start/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git
-[submodule "clang_extensions.nvim"]
- path = .local/share/nvim/site/pack/plugins/start/clang_extensions
- url = https://github.com/p00f/clangd_extensions.nvim
-[submodule "lazydev.nvim"]
- path = .local/share/nvim/site/pack/plugins/start/lazydev.nvim
- url = https://github.com/folke/lazydev.nvim
-[submodule "rustaceanvim"]
- path = .local/share/nvim/site/pack/plugins/start/rustaceanvim
- url = https://github.com/mrcjkb/rustaceanvim
-[submodule "conform"]
- path = .local/share/nvim/site/pack/plugins/start/conform
- url = https://github.com/stevearc/conform.nvim
+ branch = main
[submodule "mason"]
path = .local/share/nvim/site/pack/plugins/start/mason
url = https://github.com/williamboman/mason.nvim
-[submodule "zsh-completions"]
- path = .zfunc/zsh-completions
- url = https://github.com/zsh-users/zsh-completions.git
[submodule "nvim-lspconfig"]
path = .local/share/nvim/site/pack/plugins/start/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig
+[submodule "zsh-completions"]
+ path = .zfunc/zsh-completions
+ url = https://github.com/zsh-users/zsh-completions.git
+