[feat] Change stuff around for nushell and neovim

This commit is contained in:
Uttarayan
2024-01-19 16:52:49 +05:30
parent 14178b59d9
commit d2590b1e56
7 changed files with 26 additions and 39 deletions

View File

@@ -562,15 +562,6 @@ return require('lazy').setup({
})
end
},
{
"lvimuser/lsp-inlayhints.nvim",
event = "LspAttach",
config = function()
require("lsp-inlayhints").setup({
enabled_at_startup = true,
})
end
}
}, {
defaults = {
lazy = true,