diff options
author | HampusM <hampus@hampusmat.com> | 2024-10-29 21:41:47 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-10-29 21:41:47 +0100 |
commit | 70249465111cb531759e35753d5d594b0b2038fe (patch) | |
tree | d66dc13cf0db97f9479a8abc28a0cd3ff93b9ca9 /init.lua | |
parent | b53b07b6002a7549371d5921f926ca611d913b75 (diff) |
use lazy.nvim instead of packer
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ require("config") require("plugins") -require("telescope_config") require("style") require("formatting") require("functions") |