navigation-file 1

This commit is contained in:
2025-10-15 19:43:51 +03:00
parent 6c73a15f21
commit 90c5d70a5a
8 changed files with 243 additions and 84 deletions

View File

@@ -23,6 +23,9 @@ vim.lsp.enable({ 'json_ls' })
return {
{ 'mason-org/mason.nvim', config = true },
{ 'windwp/nvim-ts-autotag', config = true },
{ 'windwp/nvim-autopairs', event = 'InsertEnter', config = true },
-- { 'saghen/blink.cmp', version = '1.*' },
{
'nvim-treesitter/nvim-treesitter',