1
Fork 0

A bunch of changes, mostly to neovim

- global abbreviations
- better firenvim setup
- magma.nvim (never used it, might unisntall)
This commit is contained in:
Matei Adriel 2023-02-19 02:41:22 +01:00
commit bf7427d8c7
No known key found for this signature in database
11 changed files with 125 additions and 21 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -14,6 +14,9 @@ function M.config()
},
},
}
-- Disable status line
vim.opt.laststatus = 0
end
return M