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

added config files (mimeapps + easyeffects)

This commit is contained in:
2023-07-25 23:23:16 +02:00
parent 3becff4222
commit b37c4d1c61
21 changed files with 5688 additions and 17 deletions

View File

@@ -55,17 +55,8 @@ vim.o.undodir = vim.env.XDG_CACHE_HOME .. "/vim/undo"
vim.g.python_host_prog = '/usr/bin/python2'
vim.g.python3_host_prog = '/usr/bin/python3'
-- read files correctly
vim.filetype.add({
extension = {
h = 'c',
html = 'html',
java = 'java',
md = 'markdown',
nim = 'nim',
py = 'python',
tex = 'tex',
}})
-- set filetypes correctly by extension
require('filetype')
-- load plugins (autoload all files in plugin folder)
require('loadplugins')