1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: set color columns and moved filetypes into autocmd

This commit is contained in:
2023-07-28 00:00:30 +02:00
parent 7d0168ff4e
commit 933819855f
3 changed files with 66 additions and 47 deletions

View File

@@ -56,14 +56,11 @@ vim.g.python_host_prog = '/usr/bin/python2'
vim.g.python3_host_prog = '/usr/bin/python3'
-- set filetypes correctly by extension
require('filetype')
require('autocmd')
-- load plugins (autoload all files in plugin folder)
require('loadplugins')
-- load filetype specific mappings and commands
require('autocmd')
-- load general mapped keys
require('keymap')