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

nvim: moved configs to loadplugins

This commit is contained in:
2023-08-08 02:56:29 +02:00
parent 2c6e2089a2
commit c3bfbd3caf
20 changed files with 419 additions and 408 deletions

View File

@@ -75,7 +75,10 @@ vim.o.foldcolumn = '0'
vim.o.foldlevel = 99
vim.o.foldlevelstart = 99
vim.o.foldenable = true
vim.o.conceallevel = 2
-- load general mapped keys
require('style')
-- set filetypes correctly by extension
require('autocmd')