feat: inlay hints for ts and more LSPs
This commit is contained in:
@@ -15,6 +15,15 @@ vim.filetype.add({extension = {svx = "markdown"}})
|
||||
vim.cmd('syntax enable')
|
||||
vim.cmd('filetype plugin indent on')
|
||||
|
||||
require("config.lazy")
|
||||
|
||||
require("config.lazy")
|
||||
--vim.cmd[[colorscheme tokyonight]]
|
||||
|
||||
vim.api.nvim_create_user_command(
|
||||
"Inlay",
|
||||
function()
|
||||
vim.lsp.inlay_hint.enable(not vim.lsp.inlay_hint.is_enabled())
|
||||
end,
|
||||
{desc = 'Toggles Inlay Hints'}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user