diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-21 22:43:45 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-21 22:44:06 -0500 |
| commit | b289c88c8af8f35faf16ccc4fbb0af7798d2316a (patch) | |
| tree | da9908ca8312cce48863ecd33d8e3e09a64efc5c /init.lua | |
| parent | a1991e505485abe9425560714d45b1fe1b2a7cfe (diff) | |
| download | nvim-b289c88c8af8f35faf16ccc4fbb0af7798d2316a.tar.xz nvim-b289c88c8af8f35faf16ccc4fbb0af7798d2316a.zip | |
get rid of lazy.nvim in favor of natively installed packages. some general refactoring
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ -require("tjk.options") +require("tjk.colorscheme") require("tjk.keybindings") +require("tjk.lsp") require("tjk.misc") -require("tjk.lazy") -- plugin manager +require("tjk.options") +require("tjk.plugins") |
