blob: c273f36a73c67c91d6f3858d76b031ddd5b1f952 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
-- ┌──────────────────┐
-- │ ▗ │
-- │▛▀▖▞▀▖▞▀▖▌ ▌▄ ▛▚▀▖│
-- │▌ ▌▛▀ ▌ ▌▐▐ ▐ ▌▐ ▌│
-- │▘ ▘▝▀▘▝▀ ▘ ▀▘▘▝ ▘│
-- └──────────────────┘
-- handle plugins with lazy.nvim
require("core.lazy")
-- general neovim keymaps
require("core.keymaps")
-- other options
require("core.options")
-- I have to clean this
require('helpers.stale').setup{}
|