chore(nvim): Some clean up

- Start splitting plugins to their own files
- Config should be loaded first
- Config for plugins should be handled by lazy.nvim
This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 09:28:33 +07:00
parent e69acc9844
commit f7c5370f5b
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 89 additions and 87 deletions

View file

@ -8,5 +8,3 @@ o.relativenumber = true
g.mapleader = " "
g.guifont = { "Sarasa UI J", ":h16" }
require("oil").setup()