fixed chechealth issues

This commit is contained in:
aminnairi
2023-12-02 15:30:12 +01:00
parent df7e18aacd
commit 5b0d7330f8
3 changed files with 4 additions and 4 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
return {
"nvim-lualine/lualine.nvim",
event = "VeryLazy",
requires = {
"nvim-tree/nvim-web-devicons",
opt = true,
dependencies = {
"nvim-tree/nvim-web-devicons"
},
opts = {
options = {
+1 -1
View File
@@ -3,7 +3,7 @@ return {
dependencies = {
"WhoIsSethDaniel/mason-tool-installer.nvim",
},
events = { "BufReadPre", "BufWritePost" },
event = { "BufReadPre", "BufWritePost" },
init = function()
local lint = require("lint")
@@ -8,6 +8,7 @@ return {
"hrsh7th/cmp-path",
"hrsh7th/cmp-cmdline",
},
event = "InsertEnter",
config = function()
local cmp = require("cmp")