]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
nvim: configure ghcid plugin
authorAlexander Goussas <[email protected]>
Mon, 27 Jan 2025 13:56:23 +0000 (08:56 -0500)
committerAlexander Goussas <[email protected]>
Mon, 27 Jan 2025 13:56:23 +0000 (08:56 -0500)
nvim/.config/nvim/init.lua
nvim/.config/nvim/lazy-lock.json

index ba091001593e0429816562dde53d96c1c2eca470..00d1fab2e31e60897f41a28483deba375548cf11 100644 (file)
@@ -36,6 +36,8 @@ require("lazy").setup({
     {
       'ndmitchell/ghcid',
       config = function(plugin)
+        vim.g.ghcid_keep_open = true
+        vim.g.ghcid_placement = 'below'
         vim.opt.rtp:append(plugin.dir .. "/plugins/nvim")
       end
     },
index 4ea9b6d4eb1bccbfc0b22550c61a0aa4a1124eb8..30759fe27058d29ba8f0882ae9d6d74bef6646ea 100644 (file)
@@ -7,7 +7,7 @@
   "nui.nvim": { "branch": "main", "commit": "53e907ffe5eedebdca1cd503b00aa8692068ca46" },
   "nvim-lspconfig": { "branch": "master", "commit": "ff2b85abaa810f6611233dbe6d31c07510ebf43d" },
   "nvim-notify": { "branch": "master", "commit": "29b33efc802a304b1cf13ab200915d4e9e67373d" },
-  "nvim-treesitter": { "branch": "master", "commit": "ac6a72a6f83218216948e898362f09029b8035dc" },
+  "nvim-treesitter": { "branch": "master", "commit": "17678b00fa5c2712890a0ec2e269d0a4de1207df" },
   "plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" },
   "telescope.nvim": { "branch": "0.1.x", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" },
   "vim-colors-xcode": { "branch": "master", "commit": "6d449229bf29176448bd06377689d7a8db0d1bee" },