--nvim_get_runtime_file(lazypath) -- NOTE: Here is where you install your plugins.-- You can configure plugins using the `config` key.-- -- You can also configure plugins after the setup call, -- as they will be available in your neovim runtime.local base_url = 'https://git...
You can execute this command :echo nvim_get_runtime_file('parser', v:true) to find all runtime directories. If you get more than one path, remove the ones that are outside this plugin (nvim-treesitter directory), so the correct version of the parser is used....
exists('g:loaded_defx') | finish | endif " Define mappings "cnoreabbrev sf Defx -listed -new " \ -columns=indent:mark:icon:icons:filename:git:size " \ -buffer-name=tab`tabpagenr()`<CR> nnoremap <silent>sf :<C-u>Defx -listed -resume \ -columns=indent:mark:icon:icons:filename:...
nvim_buf_get_name(buf)) if ok and stats and stats.size > max_filesize then return true end end, -- Setting this to true will run `:h syntax` and tree-sitter at the same time. -- Set this to `true` if you depend on 'syntax' being enabled (like for indentation). -- Using ...
Files ~/.config/nvim/init.vim User-localnvimconfiguration file. ~/.config/nvim User-localnvimconfiguration directory. See alsoXDG_CONFIG_HOME. $VIM/sysinit.vim System-globalnvimconfiguration file. $VIM System-globalnvimruntime directory.
('new_file') nnoremap <silent><buffer><expr> M \ defx#do_action('new_multiple_files') nnoremap <silent><buffer><expr> C \ defx#do_action('toggle_columns', \ 'mark:indent:icon:filename:type:size:time') nnoremap <silent><buffer><expr> S \ defx#do_action('toggle_sort', 'time')...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
[vim.fn.expand('$VIMRUNTIME/lua')]=true,[vim.fn.expand('$VIMRUNTIME/lua/vim/lsp')]=true,-- vim.api.nvim_get_runtime_file("", true)},ignoreDir={'.git','.vscode','.idea','site'},maxPreload=2000,preloadFileSize=2000,},telemetry={enable=false,}},},single_file_support=true,...
file changes and reload the ui enabled = true, notify = true, -- get a notification when changes are found }, performance = { cache = { enabled = true, }, reset_packpath = true, -- reset the package path to improve startup time rtp = { reset = true, -- reset the runtime ...
- OK: plugin/man.vim not in $VIMRUNTIME - OK: autoload/man.vim not in $VIMRUNTIME mason: require("mason.health").check() === ## mason.nvim report - OK: neovim version >= 0.7.0 - OK: **unzip**: `UnZip 6.00 of 20 April...