migrate nvim config to 0.12.0: vim.pack, ui2, snacks -> mini, just general spring cleaning
This commit is contained in:
parent
d1178fbe59
commit
14b1a9b057
70 changed files with 1081 additions and 1483 deletions
9
nvim/plugin/nvim-lightbulb.lua
Normal file
9
nvim/plugin/nvim-lightbulb.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require("nvim-lightbulb").setup({
|
||||
hide_in_unfocused_buffer = true,
|
||||
code_lenses = false, -- 0.12 shows code lenses as virtual lines natively
|
||||
sign = { enabled = true },
|
||||
virtual_text = { enabled = false },
|
||||
float = { enabled = false },
|
||||
status_text = { enabled = false },
|
||||
autocmd = { enabled = true, updatetime = 25 },
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue