Agregué SEL, operadores lógicos, operadores matemáticos, e hice algunos cambios en las funciones trig, también agregué cambios en utninf para poder graficar

This commit is contained in:
Ricman 2025-04-20 04:43:59 -03:00
parent a9d9ade80f
commit 6edc696f04
2 changed files with 103 additions and 14 deletions

View file

@ -88,7 +88,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
-- See `:help mapleader`
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
vim.g.mapleader = ' '
vim.g.maplocalleader = '\\'
vim.g.maplocalleader = ' '
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false