diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2023-11-26 02:43:55 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2023-11-26 02:43:55 +0300 |
commit | 417cf9b495ebd0da63148e9b5f07e23d9a573276 (patch) | |
tree | 09c92cc15cd732be4977c1682498e9ba5943354c /.config/nvim/lua/user/beautiful.lua | |
parent | 920caab3de6ca983a76dc277950158a2d9315210 (diff) |
in the middle of creating proper nvim commit
Diffstat (limited to '.config/nvim/lua/user/beautiful.lua')
-rw-r--r-- | .config/nvim/lua/user/beautiful.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvim/lua/user/beautiful.lua b/.config/nvim/lua/user/beautiful.lua new file mode 100644 index 0000000..17b7ed5 --- /dev/null +++ b/.config/nvim/lua/user/beautiful.lua @@ -0,0 +1,6 @@ +-- this file contains configuration for colorschemes e.t.c + +local colorscheme = "habamax" +-- local colorscheme = "evening" +vim.cmd("colo " .. colorscheme) + |