-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.lua
More file actions
16 lines (15 loc) · 1.42 KB
/
init.lua
File metadata and controls
16 lines (15 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- ============================================================================
--
-- ██╗ ██╗ █████╗ ██╗ ██╗███╗ ██╗██╗ ██╗██╗███╗ ███╗
-- ██║ ██║ ██╔══██╗██║ ██║████╗ ██║██║ ██║██║████╗ ████║
-- ██║ ██║ ███████║██║ █╗ ██║██╔██╗ ██║██║ ██║██║██╔████╔██║
-- ██║ ██║ ██╔══██║██║███╗██║██║╚██╗██║╚██╗ ██╔╝██║██║╚██╔╝██║
-- ███████╗███████╗██║ ██║╚███╔███╔╝██║ ╚████║ ╚████╔╝ ██║██║ ╚═╝ ██║
-- ╚══════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═══╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
--
-- Llawn Neovim Configuration
-- ============================================================================
-- This file loads the "llawn" module, which contains my main
-- Neovim configuration. If needed, I can switch configuration by
-- loading another module (e.g "theprimeagen")
require("llawn")