A bunch of changes, mostly to neovim
- global abbreviations - better firenvim setup - magma.nvim (never used it, might unisntall)
This commit is contained in:
parent
d573e17a00
commit
bf7427d8c7
11 changed files with 125 additions and 21 deletions
dotfiles/neovim/ftplugin
|
@ -1,5 +1,3 @@
|
|||
local A = require("my.abbreviations")
|
||||
|
||||
-- Use vt to test
|
||||
vim.keymap.set(
|
||||
"n",
|
||||
|
@ -17,16 +15,3 @@ vim.keymap.set(
|
|||
)
|
||||
|
||||
vim.opt.expandtab = true -- Use spaces for the tab char
|
||||
|
||||
local abbreviations = {
|
||||
{ "land", "/\\" },
|
||||
{ "lor", "\\/" },
|
||||
{ "tto", "->" },
|
||||
{ "iip", "=>" },
|
||||
{ "frl", "forall" },
|
||||
{ "ott", "<-" }, -- opposite of tto
|
||||
}
|
||||
|
||||
A.manyLocalAbbr(abbreviations)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue