neovim: stylua pretty here

This commit is contained in:
2023-08-29 12:12:49 +03:00
parent cf8f1a1305
commit 4b845016b5

View File

@@ -23,7 +23,7 @@ require("packer").startup(function(use)
use({ use({
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
branch = "0.1.x", branch = "0.1.x",
{ "nvim-telescope/telescope-fzf-native.nvim", run = "make" } { "nvim-telescope/telescope-fzf-native.nvim", run = "make" },
}) })
use({ "tpope/vim-fugitive" }) use({ "tpope/vim-fugitive" })