vim-markdown+vim-toml: remove
This commit is contained in:
parent
4116644979
commit
d0982d215a
4 changed files with 0 additions and 13 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
|
@ -25,13 +25,6 @@
|
|||
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-toml"]
|
||||
path = pack/general/start/vim-toml
|
||||
url = https://github.com/cespare/vim-toml
|
||||
[submodule "pack/general/start/gitsigns.nvim"]
|
||||
path = pack/general/start/gitsigns.nvim
|
||||
url = https://github.com/lewis6991/gitsigns.nvim
|
||||
|
|
|
|||
4
init.lua
4
init.lua
|
|
@ -513,10 +513,6 @@ require("gitsigns").setup({
|
|||
})
|
||||
---- Comment.nvim
|
||||
require("Comment").setup()
|
||||
---- vim-markdown
|
||||
vim.g.vim_markdown_no_default_key_mappings = 1
|
||||
vim.g.vim_markdown_folding_disabled = 1
|
||||
vim.g.vim_markdown_toml_frontmatter = 1
|
||||
---- Telescope
|
||||
local telescope = require("telescope")
|
||||
telescope.setup({
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 4e9b4deda11d05a157ab34e97f76089669b5b7af
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d36caa6b1cf508a4df1c691f915572fc02143258
|
||||
Loading…
Add table
Reference in a new issue