1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

nvim: removed unneeded not-lua plugins

This commit is contained in:
2023-08-10 04:08:26 +02:00
parent 9e9a73232d
commit 39e4c0c40e
2 changed files with 2 additions and 25 deletions

View File

@@ -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')