mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-28 16:00:05 +02:00
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:
parent
a9d9ade80f
commit
6edc696f04
2 changed files with 103 additions and 14 deletions
2
init.lua
2
init.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue