mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-28 16:00:05 +02:00
Agregué snippets automátios: enumerate, enumerate*, align, align*, itemize, item, align item, integrales simples, dobles, triples, derivadas
This commit is contained in:
parent
32b29419f7
commit
a3bdc37025
2 changed files with 194 additions and 5 deletions
2
init.lua
2
init.lua
|
@ -892,7 +892,7 @@ require('lazy').setup({
|
|||
-- Load the colorscheme here.
|
||||
-- Like many other themes, this one has different styles, and you could load
|
||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||
vim.cmd.colorscheme 'tokyonight-night'
|
||||
vim.cmd.colorscheme 'habamax'
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue