diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-15 13:54:15 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-15 13:54:15 +0200 |
| commit | 977990584331307dd5e71ebbbbd6b45b9c961996 (patch) | |
| tree | a8b3d78e80f586da192a576dd678e2fbc8ac8e00 /.config/nvim/lua/extra/octo.lua | |
| parent | 99d00f47fe780dbb021149db2f93d202a2b8b025 (diff) | |
Updates to nvim lsp
Diffstat (limited to '.config/nvim/lua/extra/octo.lua')
| -rw-r--r-- | .config/nvim/lua/extra/octo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/extra/octo.lua b/.config/nvim/lua/extra/octo.lua index 5a110df..f4d177c 100644 --- a/.config/nvim/lua/extra/octo.lua +++ b/.config/nvim/lua/extra/octo.lua @@ -21,7 +21,7 @@ M.config = function() snippet_context_lines = 4, -- number or lines around commented lines file_panel = { size = 10, -- changed files panel rows - use_icons = true, -- use web-devicons in file panel + use_icons = true, -- use web-devicons in file panel }, mappings = { issue = { |