This commit is contained in:
cln
2026-07-05 13:54:24 +00:00
commit e3054f843f
13 changed files with 331 additions and 0 deletions
+9
View File
@@ -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({})