You've already forked dotfiles
feat: A working state during the transfer between the old neovim
configurations and using newer built-in functionality in the 0.12.x versions of Neovim. Further work is needed for treesitter updates, cleanup of the conversion work and testing to verify old functionality isn't lessened to get the benefits of a cleaner config and vastly faster load times.
This commit is contained in:
@@ -42,13 +42,11 @@
|
||||
--
|
||||
-- Created: 7/2/2012
|
||||
|
||||
-- local vim = vim
|
||||
vim.loader.enable()
|
||||
|
||||
require('custom_functions')
|
||||
require('custom_commands')
|
||||
require('plugins')
|
||||
require('language_support')
|
||||
require('autocmds')
|
||||
require('keymappings')
|
||||
require('settings')
|
||||
require('autocmds')
|
||||
require('lsp')
|
||||
require('plugins')
|
||||
|
||||
Reference in New Issue
Block a user