diff options
| author | 2025-03-06 16:21:06 +0300 | |
|---|---|---|
| committer | 2025-03-06 16:21:06 +0300 | |
| commit | ccdef9f43b27c274efe4711e6c5a2d4fe78e261c (patch) | |
| tree | 3e94c6b8e5f4e21cce52164557c38e208fe72015 /init.lua | |
| parent | feat: initial commit with nixCats (diff) | |
| download | neovim-configuration-ccdef9f43b27c274efe4711e6c5a2d4fe78e261c.tar.gz neovim-configuration-ccdef9f43b27c274efe4711e6c5a2d4fe78e261c.tar.bz2 neovim-configuration-ccdef9f43b27c274efe4711e6c5a2d4fe78e261c.tar.lz neovim-configuration-ccdef9f43b27c274efe4711e6c5a2d4fe78e261c.tar.xz neovim-configuration-ccdef9f43b27c274efe4711e6c5a2d4fe78e261c.tar.zst neovim-configuration-ccdef9f43b27c274efe4711e6c5a2d4fe78e261c.zip | |
feat: basic proof-of-concept configuration
Diffstat (limited to '')
| -rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..dbc863e --- /dev/null +++ b/init.lua @@ -0,0 +1 @@ +require("config") |
