mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update nvim config
This commit is contained in:
parent
9523ecf1e3
commit
feea9886f5
10 changed files with 113 additions and 56 deletions
|
|
@ -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" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue