1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

update nvim config

This commit is contained in:
Henrik Hautakoski 2024-02-28 20:14:29 +01:00
parent 9523ecf1e3
commit feea9886f5
10 changed files with 113 additions and 56 deletions

View file

@ -14,10 +14,11 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
-- Highlight
{ import = "plugins.colortheme-kanagawa" },
{ import = "plugins.colorscheme" },
{ import = "plugins.indent" },
{ import = "plugins.nvim-autopairs" },
-- Filetree
{ import = "plugins.neo-tree" },