Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorH028 committed Jul 23, 2024
1 parent 4fed87b commit 5324ef2
Show file tree
Hide file tree
Showing 30 changed files with 24,661 additions and 2,005 deletions.
2 changes: 2 additions & 0 deletions .deb/i-haklab/home/.config/nvim/lua/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- establecer termguicolors para habilitar grupos destacados
vim.opt.termguicolors = true

-----------------------------------------------------
-- 😼
-----------------------------------------------------
Expand All @@ -29,6 +30,7 @@ vim.keymap.set('n', '<C-b>p', '<cmd>:bprevious<cr>')
-- Cerrar el buffer actual
vim.keymap.set('n', '<C-b>q', '<cmd>:bdelete<cr>')
------------------------------------------------------

-----------------------------------------------------
-- Telescope
------------------------------------------------------
Expand Down
109 changes: 0 additions & 109 deletions .deb/i-haklab/home/.config/nvim/lua/plugins/1

This file was deleted.

137 changes: 0 additions & 137 deletions .deb/i-haklab/home/.config/nvim/lua/plugins/lsp-zero.lua.bak

This file was deleted.

12 changes: 6 additions & 6 deletions .deb/i-haklab/home/.config/nvim/lua/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ opt.shiftwidth = 2
opt.softtabstop = 2
opt.expandtab = true

opt.number = true -- numero
opt.termguicolors = true -- "mejor versión" del tema de color
opt.number = true -- numero
opt.termguicolors = true -- mejor versión del tema de color


opt.mouse = 'a' -- maus
opt.wrap = true -- texto largo

-- Maus
opt.mouse = 'a'
-- Texto largo
opt.wrap = true
-- Lee o modifica valores específicos para una ventana.
--vim.wo.colorcolumn = '80'
opt.cursorline = true
Expand Down
1 change: 0 additions & 1 deletion .deb/i-haklab/home/.config/nvim/nota.md

This file was deleted.

Loading

0 comments on commit 5324ef2

Please sign in to comment.