Обновления конфигов
This commit is contained in:
parent
e9a2f811b7
commit
49e5fa5710
20 changed files with 529 additions and 192 deletions
|
@ -5,7 +5,6 @@ require("lazy").setup({
|
|||
build = "cd lua/fzy && make",
|
||||
},
|
||||
{ "neovim/nvim-lspconfig" },
|
||||
-- { "Snyssfx/goerr-nvim" },
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
|
@ -33,7 +32,7 @@ require("lazy").setup({
|
|||
current = "← ",
|
||||
below = "↖ ",
|
||||
},
|
||||
floating_window = false,
|
||||
floating_window = true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -77,7 +76,6 @@ require("lazy").setup({
|
|||
},
|
||||
},
|
||||
require("plugins.autosave"),
|
||||
require("plugins.theme"),
|
||||
require("plugins.cmp"),
|
||||
require("plugins.treesitter"),
|
||||
require("plugins.tree"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue