mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
feat(compat): added svim
, a compatibility layer for Neovim. Closes #1321
This commit is contained in:
parent
7d10a38c44
commit
bc902f7032
37 changed files with 133 additions and 90 deletions
|
@ -40,7 +40,7 @@ local defaults = {
|
|||
nerdFontsVersion = "3",
|
||||
},
|
||||
},
|
||||
theme_path = vim.fs.normalize(vim.fn.stdpath("cache") .. "/lazygit-theme.yml"),
|
||||
theme_path = svim.fs.normalize(vim.fn.stdpath("cache") .. "/lazygit-theme.yml"),
|
||||
-- Theme for lazygit
|
||||
-- stylua: ignore
|
||||
theme = {
|
||||
|
@ -89,7 +89,7 @@ local function env(opts)
|
|||
|
||||
-- add the default config file if it's not already there
|
||||
if #config_files == 0 then
|
||||
config_files[1] = vim.fs.normalize(config_dir .. "/config.yml")
|
||||
config_files[1] = svim.fs.normalize(config_dir .. "/config.yml")
|
||||
end
|
||||
|
||||
-- add the theme file if it's not already there
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue