This commit is contained in:
cln
2026-07-16 16:15:10 +02:00
commit 8d4d3e5d48
407 changed files with 36864 additions and 0 deletions
@@ -0,0 +1,9 @@
vim.pack.add ({
'https://github.com/ojroques/vim-oscyank', -- Shared ssh clipboard
'https://github.com/tpope/vim-fugitive', -- Git plugin
'https://github.com/brenoprata10/nvim-highlight-colors' -- Shows CSS colors when editing files
})
-- CSS colors
vim.opt.termguicolors = true
require('nvim-highlight-colors').setup({})