Updated scripts

This commit is contained in:
Christoffer Martinsson 2025-08-17 16:00:34 +02:00
parent 389833df64
commit f94060fce7

View File

@ -75,6 +75,7 @@ local active_statusline = function()
{ hl = mode_hl, strings = { location } },
})
end
local inactive_statusline = function()
return MiniStatusline.combine_groups({
{ hl = "MiniStatuslineDevinfo", strings = {} },
@ -101,12 +102,14 @@ vim.pack.add({
{ src = "https://github.com/rafamadriz/friendly-snippets" },
{ src = "https://github.com/saghen/blink.cmp" },
{ src = "https://github.com/stevearc/conform.nvim" },
{ src = "https://github.com/prichrd/netrw.nvim" },
})
-------------------------------------------------------------------
-- Plugin config
-------------------------------------------------------------------
require("noice").setup()
require("netrw").setup()
require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },