A bunch of changes, mostly to neovim
- global abbreviations - better firenvim setup - magma.nvim (never used it, might unisntall)
This commit is contained in:
parent
d573e17a00
commit
bf7427d8c7
11 changed files with 125 additions and 21 deletions
dotfiles/neovim/lua/my/plugins
|
@ -3,7 +3,7 @@ local env = require("my.helpers.env")
|
|||
local M = {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
event = "VeryLazy",
|
||||
cond = env.vscode.not_active(),
|
||||
cond = env.vscode.not_active() and env.firenvim.not_active(),
|
||||
}
|
||||
|
||||
function M.config()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue