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:
@@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user