refactor: lint and dap
This commit is contained in:
parent
7785311043
commit
2bed6f50c0
46 changed files with 2453 additions and 0 deletions
6
nivm/lua/settings/colorscheme.lua
Normal file
6
nivm/lua/settings/colorscheme.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
local status_ok, _ = pcall(require, "nightfox")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
vim.cmd("colorscheme nightfox")
|
||||
Loading…
Add table
Add a link
Reference in a new issue