setup js, ts, prettier, etc

This commit is contained in:
Lucas Garcia Rubio 2025-02-16 14:49:36 -03:00
parent 2f8105e5c3
commit 17ca4b35b9
4 changed files with 34 additions and 21 deletions

View file

@ -2,15 +2,4 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {
{
'nvim-neo-tree/neo-tree.nvim',
branch = 'v3.x',
dependencies = {
'nvim-lua/plenary.nvim',
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
'MunifTanjim/nui.nvim',
-- {"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information
},
},
}
return {}