1
Fork 0

Some changes:

- FOSDEM wifi
- Started trying to use eww (I think I added a base16 theming system?)
- Custom exa aliases!
This commit is contained in:
Matei Adriel 2023-02-08 04:31:15 +01:00
parent 9f126e7dfc
commit 9eeb459372
No known key found for this signature in database
11 changed files with 74 additions and 14 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -12,6 +12,12 @@ return {
cond = env.vscode.not_active(),
},
{
"elkowar/yuck.vim",
ft = "yuck",
cond = env.vscode.not_active(),
},
{
"Fymyte/rasi.vim",
ft = "rasi",
@ -177,7 +183,7 @@ return {
"ruifm/gitlinker.nvim", -- generate permalinks for code
-- dependencies = { "plenary.nvim" },
config = {
mappings = "<leader>yg"
mappings = "<leader>yg",
},
init = function()
local status, wk = pcall(require, "which-key")