Updated scripts
This commit is contained in:
parent
389833df64
commit
f94060fce7
@ -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" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user