Update and clean config
This commit is contained in:
@@ -5,13 +5,12 @@ return {
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts =
|
||||
require "configs.lspconfig"
|
||||
opts = require "configs.lspconfig"
|
||||
},
|
||||
{
|
||||
"Pocco81/auto-save.nvim",
|
||||
opts = {},
|
||||
event = { "BufEnter" },
|
||||
event = { "InsertEnter" },
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
@@ -27,16 +26,4 @@ return {
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
},
|
||||
{
|
||||
"3rd/image.nvim",
|
||||
config = function()
|
||||
require("image").setup {
|
||||
backend = "ueberzug",
|
||||
}
|
||||
package.path = package.path .. ";" .. vim.fn.expand "$HOME" .. "/.luarocks/share/lua/5.1/?/init.lua"
|
||||
package.path = package.path .. ";" .. vim.fn.expand "$HOME" .. "/.luarocks/share/lua/5.1/?.lua"
|
||||
end,
|
||||
ft = { "markdown" },
|
||||
event = { "BufRead *.png", "BufRead *.jpg", "BufRead *.jpeg", "BufRead *.gif", "BufRead *.wepb", "BufRead *.avif" },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user