Nvim: add new plugins, optimize old
This commit is contained in:
9
.config/nvim/lua/plugins/symbol-usage.lua
Normal file
9
.config/nvim/lua/plugins/symbol-usage.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
'Wansmer/symbol-usage.nvim',
|
||||
event = 'BufReadPre', -- need run before LspAttach if you use nvim 0.9. On 0.10 use 'LspAttach'
|
||||
config = function()
|
||||
require('symbol-usage').setup({
|
||||
vt_position = "textwidth"
|
||||
})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user