diff options
| author | 2023-04-26 12:05:11 -0400 | |
|---|---|---|
| committer | 2023-04-26 12:05:11 -0400 | |
| commit | e60480f1f0dd968d422350a20d430915e6352198 (patch) | |
| tree | 13cd589b7c3048d9638d51a5b07d6eebd8e9ca57 /dot_config/nvim/init.lua | |
| parent | nvim: update bindings (diff) | |
nvim: add starlight b16 theme
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/nvim/init.lua b/dot_config/nvim/init.lua index b1d0b52..c251a12 100644 --- a/dot_config/nvim/init.lua +++ b/dot_config/nvim/init.lua @@ -43,4 +43,5 @@ else vim.opt.rtp:prepend(lazypath) require 'lazy'.setup("plugins", {}) require 'bindings' + vim.cmd [[colorscheme starlight]] end |
