1
0
Fork 0

vim-markdown+vim-toml: remove

This commit is contained in:
Felipe 2023-09-24 23:59:48 -03:00
parent 4116644979
commit d0982d215a
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk
4 changed files with 0 additions and 13 deletions

7
.gitmodules vendored
View file

@ -25,13 +25,6 @@
path = pack/general/start/telescope.nvim path = pack/general/start/telescope.nvim
url = https://github.com/nvim-telescope/telescope.nvim url = https://github.com/nvim-telescope/telescope.nvim
branch = master 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"] [submodule "pack/general/start/gitsigns.nvim"]
path = pack/general/start/gitsigns.nvim path = pack/general/start/gitsigns.nvim
url = https://github.com/lewis6991/gitsigns.nvim url = https://github.com/lewis6991/gitsigns.nvim

View file

@ -513,10 +513,6 @@ require("gitsigns").setup({
}) })
---- Comment.nvim ---- Comment.nvim
require("Comment").setup() 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 ---- Telescope
local telescope = require("telescope") local telescope = require("telescope")
telescope.setup({ telescope.setup({

@ -1 +0,0 @@
Subproject commit 4e9b4deda11d05a157ab34e97f76089669b5b7af

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