refactor(nvim): manage Neovim with Home Manager
This commit is contained in:
parent
83c43d07df
commit
5630466780
42 changed files with 5 additions and 0 deletions
8
config/neovim/after/plugin/twilight.lua
Normal file
8
config/neovim/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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue