1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +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

@@ -16,6 +16,7 @@ vim.filetype.add({
}
})
-- settings for filetype: c
vim.api.nvim_create_autocmd({ 'VimLeave' },
@@ -83,7 +84,7 @@ vim.api.nvim_create_autocmd({ 'BufEnter', 'FileType' },
vim.api.nvim_create_autocmd({ 'BufEnter', 'FileType' },
{
pattern = { 'markdown' },
command = 'set conceallevel=2'
command = 'set nofoldenable'
})
-- settings for filetype: nim