Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
286 B

  1. -- Source the plug.vim plugin
  2. vim.cmd('source ~/.config/nvim/colors/material.vim')
  3. vim.cmd('source ~/.vimrc')
  4. -- Load plugins
  5. require('plugin.init')
  6. -- Initialize Keybinds
  7. require('config.init')
  8. -- Initialize LSP
  9. require('lsp.init')
  10. -- Initialize Keybinds
  11. require('keybinds.init')