Skip to content

Instantly share code, notes, and snippets.

View leana8959's full-sized avatar

Plume leana8959

  • France
  • 22:23 (UTC +02:00)
View GitHub Profile
[ 1%] Generating wayland.conf
[ 1%] Generating notificationitem.conf
[ 1%] Generating notifications.conf
[ 2%] Generating xcb.conf
[ 2%] Generating spell.conf
-- Downloading 'https://download.fcitx-im.org/data/en_dict-20121020.tar.gz' to '/home/leana/r/fcitx/fcitx5/src/modules/spell/en_dict-20121020.tar.gz'...
[ 3%] Generating emoji.conf
[ 3%] Generating imselector.conf
[ 4%] Generating clipboard.conf
[ 5%] Generating xim.conf
@leana8959
leana8959 / README.md
Created May 25, 2023 23:22 — forked from zopsicle/README.md
Firefox monospace address bar / URL preview
@leana8959
leana8959 / init.lua
Created February 25, 2023 19:24
lsp-cfg/init.lua
require "mason".setup()
require "mason-lspconfig".setup()
-- See `:help vim.diagnostic.*` for documentation on any of the below functions
local opts = { noremap = true, silent = true }
vim.keymap.set('n', '<space>e', vim.diagnostic.open_float, opts)
vim.keymap.set('n', '[d', vim.diagnostic.goto_prev, opts)
vim.keymap.set('n', ']d', vim.diagnostic.goto_next, opts)
vim.keymap.set('n', '<space>q', vim.diagnostic.setloclist, opts)
@leana8959
leana8959 / colorscheme.fish
Last active February 22, 2023 03:50
Fish colorscheme template
# This is a template to fine tune your own fish colorscheme! Have fun :)
# I removed some color variables since I don't need them.
# Learn more: https://fishshell.com/docs/current/interactive.html
## General
# Default color
set -gx fish_color_normal normal
# Commands (binary)
set -gx fish_color_command 000000 #black
# Options starting with “-”, up to the first “--” parameter