diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2026-03-20 23:52:42 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2026-03-24 00:14:55 +0100 |
| commit | a3b48b1054d01084face54d830f35c7a5a4e35a4 (patch) | |
| tree | 8b109566731ed9539ff99c08ed088963d490d44f /runtime/example_init.lua | |
| parent | f29b3b5d458b18282b405eb566386ab4b350ded5 (diff) | |
docs: api, plugins, ui2
Diffstat (limited to 'runtime/example_init.lua')
| -rw-r--r-- | runtime/example_init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/example_init.lua b/runtime/example_init.lua index e4c0b016ed..3ebe6f7dc7 100644 --- a/runtime/example_init.lua +++ b/runtime/example_init.lua @@ -101,7 +101,7 @@ vim.pack.add({ 'https://github.com/lewis6991/gitsigns.nvim', }) -require('fzf-lua').setup({ fzf_colors = true }) +require('fzf-lua').setup { fzf_colors = true } require('mini.completion').setup {} require('quicker').setup {} require('gitsigns').setup {} |
