index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
_meta.lua
Age
Commit message (
Expand
)
Author
Files
2026-03-11
docs: misc
Justin M. Keyes
1
2025-08-17
feat(lua): `vim.pos`/`vim.range`
Yi Ming
1
2025-07-16
docs(lua): add vim.pack to _meta.lua #34957
nikolightsaber
1
2024-10-21
refactor: rename vim.highlight => vim.hl
Justin M. Keyes
1
2024-05-27
refactor: fix luals type warnings
dundargoc
1
2024-02-13
refactor(lsp): resolve the config-client entanglement
Lewis Russell
1
2023-12-22
refactor(lsp): move glob parsing to util (#26519)
Steven Arcangeli
1
2023-12-06
feat(defaults): enable 'termguicolors' by default when supported by terminal
Gregory Anders
1
2023-10-21
feat(lsp): add snippet API (#25301)
Maria José Solano
1
2023-09-20
feat(lua): add vim.func._memoize
Lewis Russell
1
2023-08-07
feat: add .luarc.json (#24592)
Lewis Russell
1
2023-08-01
feat(lua): add meta file for vim submodules (#24525)
Lewis Russell
1
2023-07-17
refactor: rename _meta.lua to _options.lua
Lewis Russell
1
2023-07-07
feat(lua): allow vim.wo to be double indexed (#20288)
Lewis Russell
1
2023-06-22
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
1
2023-04-05
refactor: rename local API alias from a to api
Lewis Russell
1
2022-12-12
fix: vim.opt_local:append ignoring global option value (#21382)
Phelipe Teles
1
2022-10-09
fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...
Folke Lemaitre
1
2022-09-09
refactor(vim.opt): de-nest code
Lewis Russell
1
2022-09-09
refactor(vim.opt): use local function syntax
Lewis Russell
1
2022-09-09
refactor(vim.opt): optimize append/prepend/remove
Lewis Russell
1
2022-09-09
refactor(vim.opt): dry up and tidy
Lewis Russell
1
2022-09-09
refactor(vim.opt): remove value_mutator()
Lewis Russell
1
2022-09-09
refactor(vim.opt): unify vim.bo/wo building
Lewis Russell
1
2022-09-08
refactor(vim.opt): remove make_meta_accessor()
Lewis Russell
1
2022-09-08
refactor(vim.opt): simplify get_option_metatype
Lewis Russell
1
2022-09-08
refactor(vim.opt): replace _setup with lazy table
Lewis Russell
1
2022-09-08
refactor(vim.opt): remove enums
Lewis Russell
1
2022-09-08
refactor(vim.opt): remove del arg
Lewis Russell
1
2022-09-07
fix(options): mark `winhighlight` as list style (#19477)
ii14
1
2022-07-07
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
1
2022-06-20
refactor: use nvim_{get,set}_option_value for vim.{b,w}o
Gregory Anders
1
2022-06-05
perf(tests): don't invoke nvim_get_all_options_info until needed
bfredl
1
2022-05-09
chore: format runtime with stylua
Christian Clason
1
2021-12-05
refactor: remove unused runtime lua functions (#16535)
dundargoc
1
2021-12-04
feat(api): add nvim_get_option_value
Gregory Anders
1
2021-11-27
chore: fix typos (#16361)
dundargoc
1
2021-07-04
fix(vim.opt): vimL map string values not trimmed (#14982)
jadedpasta
1
2021-06-29
fix(vim.opt): Fix #14828 with empty values being incorrectly inserted
TJ DeVries
1
2021-06-29
fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname style
TJ DeVries
1
2021-06-29
fix(vim.opt): Fix #14669 whichwrap now acts as expected
TJ DeVries
1
2021-06-29
fix(vim.opt): Add basic error handling
David Zhang
1
2021-06-29
fix(vim.opt): Get window options before setting.
ckipp01
1
2021-06-29
fix(vim.opt): #14708 Now lets you put duplicate values in wildmode
TJ DeVries
1
2021-05-28
lua: Add vim.opt and fix scopes of vim.o (#13479)
TJ DeVries
1