added haskell dap and hoogle

This commit is contained in:
radumaco
2026-03-02 18:36:04 +01:00
parent 8749b3cb3a
commit 997a69f1e4
9 changed files with 158 additions and 31 deletions

View File

@@ -41,16 +41,6 @@ require("lazy").setup({
"MeanderingProgrammer/render-markdown.nvim",
ft = { "markdown", "codecompanion" }
},
{
"OXY2DEV/markview.nvim",
lazy = false,
opts = {
preview = {
filetypes = { "markdown", "codecompanion" },
ignore_buftypes = {},
},
},
},
{
"olimorris/codecompanion.nvim",
version = "^18.0.0",
@@ -60,6 +50,15 @@ require("lazy").setup({
"nvim-treesitter/nvim-treesitter",
},
},
{
name = "nvim-http",
dir = "~/Projects/nvim-http",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
build = "rockspec",
},
'tpope/vim-surround',
'seblyng/roslyn.nvim',
'nvim-telescope/telescope-ui-select.nvim',
@@ -129,6 +128,9 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "everforest" } },
-- automatically check for plugin updates
rocks = {
hererocks = true
},
checker = {
enabled = true,
frequency = 86400