mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 08:57:45 +02:00
nvim: removed unneeded not-lua plugins
This commit is contained in:
parent
9e9a73232d
commit
39e4c0c40e
@ -72,6 +72,8 @@ vim.o.foldlevelstart = 99
|
|||||||
vim.o.foldenable = true
|
vim.o.foldenable = true
|
||||||
vim.o.conceallevel = 0
|
vim.o.conceallevel = 0
|
||||||
|
|
||||||
|
vim.g.markdown_folding = 1
|
||||||
|
|
||||||
-- load general mapped keys
|
-- load general mapped keys
|
||||||
require('style')
|
require('style')
|
||||||
|
|
||||||
|
@ -67,12 +67,6 @@ return require("lazy").setup({
|
|||||||
build = "cd app && yarn install"
|
build = "cd app && yarn install"
|
||||||
},
|
},
|
||||||
|
|
||||||
-- nim language support
|
|
||||||
{
|
|
||||||
'zah/nim.vim',
|
|
||||||
ft = { 'nim' }
|
|
||||||
},
|
|
||||||
|
|
||||||
-- automatic closing of brackets
|
-- automatic closing of brackets
|
||||||
{
|
{
|
||||||
'windwp/nvim-autopairs',
|
'windwp/nvim-autopairs',
|
||||||
@ -380,25 +374,6 @@ return require("lazy").setup({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
-- git wrapper
|
|
||||||
{
|
|
||||||
'tpope/vim-fugitive',
|
|
||||||
},
|
|
||||||
|
|
||||||
-- markdown language support
|
|
||||||
{
|
|
||||||
'preservim/vim-markdown',
|
|
||||||
ft = { 'markdown' },
|
|
||||||
config = function()
|
|
||||||
vim.g.vim_markdown_folding_style_pythonic = 1
|
|
||||||
end
|
|
||||||
},
|
|
||||||
|
|
||||||
-- bulk renamer
|
|
||||||
{
|
|
||||||
'qpkorr/vim-renamer',
|
|
||||||
},
|
|
||||||
|
|
||||||
-- additional quote/parantheses funtions
|
-- additional quote/parantheses funtions
|
||||||
{
|
{
|
||||||
"kylechui/nvim-surround",
|
"kylechui/nvim-surround",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user