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:
parent
9f126e7dfc
commit
9eeb459372
11 changed files with 74 additions and 14 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue