Updated scripts
This commit is contained in:
parent
389833df64
commit
f94060fce7
@ -75,6 +75,7 @@ local active_statusline = function()
|
|||||||
{ hl = mode_hl, strings = { location } },
|
{ hl = mode_hl, strings = { location } },
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
local inactive_statusline = function()
|
local inactive_statusline = function()
|
||||||
return MiniStatusline.combine_groups({
|
return MiniStatusline.combine_groups({
|
||||||
{ hl = "MiniStatuslineDevinfo", strings = {} },
|
{ hl = "MiniStatuslineDevinfo", strings = {} },
|
||||||
@ -101,12 +102,14 @@ vim.pack.add({
|
|||||||
{ src = "https://github.com/rafamadriz/friendly-snippets" },
|
{ src = "https://github.com/rafamadriz/friendly-snippets" },
|
||||||
{ src = "https://github.com/saghen/blink.cmp" },
|
{ src = "https://github.com/saghen/blink.cmp" },
|
||||||
{ src = "https://github.com/stevearc/conform.nvim" },
|
{ src = "https://github.com/stevearc/conform.nvim" },
|
||||||
|
{ src = "https://github.com/prichrd/netrw.nvim" },
|
||||||
})
|
})
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
-- Plugin config
|
-- Plugin config
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
require("noice").setup()
|
require("noice").setup()
|
||||||
|
require("netrw").setup()
|
||||||
require("conform").setup({
|
require("conform").setup({
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user