Skip to content

Instantly share code, notes, and snippets.

View florianfmmartin's full-sized avatar
💻

Florian Martin florianfmmartin

💻
View GitHub Profile
@florianfmmartin
florianfmmartin / init.lua
Last active September 11, 2024 00:26
Nvim config using neovide
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim'
if not vim.loop.fs_stat(lazypath) then
vim.fn.system {
'git',
'clone',
'--filter=blob:none',
'https://github.com/folke/lazy.nvim.git',
@florianfmmartin
florianfmmartin / layout.kbd.json
Last active October 3, 2021 20:57
BPOVD on Lily58
[ [ { "x": 3.5, "a": 7 }, "3", { "x": 10.5 }, "8" ], [ { "y": -0.875, "x": 2.5 }, "2", { "x": 1 }, "4", { "x": 8.5 }, "7", { "x": 1 }, "9" ], [ { "y": -0.875, "x": 5.5 }, "5", { "x": 6.5 }, "6" ], [ { "y": -0.875, "x": 0.5 }, "#", "1", { "x": 14.5 }, "0", "BKS" ], [ { "y": -0.375, "x": 3.5 }, "O", { "x": 10.5 }, "Z" ], [ { "y": -0.875, "x": 2.5 }, "P", { "x": 1 }, "V", { "x": 8.5 }, "J", { "x": 1 }, "W" ], [ { "y": -0.875, "x": 5.5 }, "D", { "x": 6.5 }, "L" ], [ { "y": -0.875, "x": 0.5 }, "TAB", "B", { "x": 14.5 }, "M", "<" ], [ { "y": -0.375, "x": 3.5 }, "I", { "x": 10.5 }, "R" ], [ { "y": -0.875, "x": 2.5 }, "U", { "x": 1 }, "E", { "x": 8.5 }, "S", { "x": 1 }, "N" ], [ { "y": -0.875, "x": 5.5 }, "C", { "x": 6.5 }, "T" ], [ { "y": -0.875, "x": 0.5, "a": 5 }, "ESC\nCTL", { "a": 7 }, "A", { "x": 14.5 }, ";", "`" ], [ { "y": -0.625, "x": 6.5 }, "^", { "x": 4.5 }, "¸" ], [ { "y": -0.75, "x": 3.5 }, "K", { "x": 10.5 }, "," ], [ { "y": -0.875, "x": 2.5 }, "X", { "x": 1 }, "Q", { "x": 8.5 }, "F", { "x": 1 }, "." ],