1
Fork 0

Fp abbreviations, kicad and nvim keymap docs

This commit is contained in:
Matei Adriel 2023-03-14 20:57:07 +01:00
commit eaebbca5b3
No known key found for this signature in database
17 changed files with 351 additions and 237 deletions
dotfiles/neovim/lua/my/abbreviations

View file

@ -1,5 +1,7 @@
local M = {}
M.no_capitalization = { capitalized = false }
function M.localAbbr(lhs, rhs)
-- Create abbreviation
vim.cmd(":iabbrev <buffer> " .. lhs .. " " .. rhs)