nvim: removed unneeded not-lua plugins

master
tiyn 1 year ago
parent 9e9a73232d
commit 39e4c0c40e

@ -72,6 +72,8 @@ vim.o.foldlevelstart = 99
vim.o.foldenable = true
vim.o.conceallevel = 0
vim.g.markdown_folding = 1
-- load general mapped keys
require('style')

@ -67,12 +67,6 @@ return require("lazy").setup({
build = "cd app && yarn install"
},
-- nim language support
{
'zah/nim.vim',
ft = { 'nim' }
},
-- automatic closing of brackets
{
'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
{
"kylechui/nvim-surround",

Loading…
Cancel
Save