run stylua
This commit is contained in:
@@ -28,9 +28,12 @@ require("packer").startup(function(use)
|
|||||||
use({ "folke/tokyonight.nvim" })
|
use({ "folke/tokyonight.nvim" })
|
||||||
|
|
||||||
-- Make commenting code great
|
-- Make commenting code great
|
||||||
use({ "numToStr/Comment.nvim", config = function ()
|
use({
|
||||||
require("Comment").setup()
|
"numToStr/Comment.nvim",
|
||||||
end })
|
config = function()
|
||||||
|
require("Comment").setup()
|
||||||
|
end,
|
||||||
|
})
|
||||||
|
|
||||||
-- Icons used by many plugins
|
-- Icons used by many plugins
|
||||||
use({ "kyazdani42/nvim-web-devicons" })
|
use({ "kyazdani42/nvim-web-devicons" })
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ require("nvim-treesitter.configs").setup({
|
|||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
autotag = {
|
autotag = {
|
||||||
enable = true
|
enable = true,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user