refactor(nvim): manage Neovim with Home Manager
This commit is contained in:
commit
a66d1c417d
41 changed files with 1793 additions and 0 deletions
8
after/plugin/twilight.lua
Normal file
8
after/plugin/twilight.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
local status_ok, twilight = pcall(require, "twilight")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
twilight.setup {
|
||||
context = 2,
|
||||
}
|
Reference in a new issue