This website requires JavaScript.
Explore
Help
Register
Sign in
relms
/
neovim-config
Archived
Watch
0
Star
0
Fork
You've already forked neovim-config
0
Code
Activity
This repository has been archived on
2024-02-06
. You can view files and clone it, but cannot push or open issues or pull requests.
1dd505130e
neovim-config
/
lua
/
plugins
/
configs
/
nightfox.lua
6 lines
99 B
Lua
Raw
Normal View
History
Unescape
Escape
use catppuccin colorscheme
2022-09-05 19:26:20 +00:00
local
present
,
_
=
pcall
(
require
,
"
nightfox
"
)
rewrite config from scratch (#1) Makes all the plugins lazyload, remove plugins with duplicate uses and just general nit picks and improvements Reviewed-on: https://code.relms.dev/Relms/neovim-config/pulls/1
2022-09-02 17:42:32 +00:00
if
present
then
vim.cmd
(
"
colorscheme nordfox
"
)
end
Copy permalink