Updated require method for inlay hints
This commit is contained in:
parent
ca94e7d106
commit
bbdd171b77
@ -17,7 +17,7 @@ lsp.configure('lua-language-server', {
|
||||
}
|
||||
})
|
||||
|
||||
local ih = require('simrat39/inlay-hints')
|
||||
local ih = require('inlay-hints')
|
||||
local cmp = require('cmp')
|
||||
local cmp_select = {behavior = cmp.SelectBehavior.Select}
|
||||
local cmp_mappings = lsp.defaults.cmp_mappings({
|
||||
|
Loading…
Reference in New Issue
Block a user