aboutsummaryrefslogtreecommitdiffstats
path: root/test/minimal_init.lua
Commit message (Collapse)AuthorAgeFilesLines
* docs: remove minimal_init.luaJustin M. Keyes2024-09-291-69/+0
| | | | | | | | Since https://github.com/neovim/nvim-lspconfig/pull/3328#discussion_r1780185674 the docs now link to Nvim core's LSP bug report template, which provides its own minimal init. Thus we don't need to maintain a different "minimal_init" in this repo.
* feat: rename sumneko_lua -> lua_ls (#2439)figsoda2023-02-121-1/+1
| | | | | | | | | | | * feat: rename sumneko_lua -> lua_language_server * refactor(sumneko_lua): use vim.deprecate * refactor: handle deprecated server aliases in one place * refactor: put server aliases in a function * feat: rename lua_language_server -> lua_ls
* perf: use the truly minimal test config file (#2269)Raphael2022-12-011-72/+45
|
* feat!: 0.7 API update (#1984)Ranjith Hegde2022-08-231-6/+8
| | | | | | | | | | | * switch to lua api for autocommands * switch to nvim_create_user_command * move to lua plugin initialization NOTICE: Defining commands in server configurations will be deprecated in future releases. See `:help lspconfig.txt` to setup the same in an `on_attach` function. Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
* fix(docs): update example keybindings documentation (#1899)Kurtis2022-06-011-19/+18
|
* chore: update minimal init.lua to target 0.6.1 (#1858)Michael Lingelbach2022-04-251-4/+4
|
* refactor(tests): simpler temp_dir detection (#1626)kylo2522022-01-021-6/+1
|
* feat: support using `minimal_init.lua` on windows (#1354)kylo2522021-11-141-4/+21
| | | | * let `packpath` use the correct temp folder per platform * use the appropriate path-separator per platform
* chore: update minimal init.lua to use format func (#1314)Michael Lingelbach2021-10-161-0/+3
|
* chore: make minimal_init.lua more robust (#1131)Christian Clason2021-08-101-14/+16
| | | | | | | | | 1. setting `runtimepath` to `$VIMRUNTIME` _only_ (skipping user plugins but still sourcing builtin filetype plugins) 2. putting the `packer_compiled.lua` into a temp directory to avoid clobbering the user's own (or, worse, conflicting if they configured a non-standard location themselves) 3. updating installed plugins unconditionally (to prevent stale plugins from earlier tests)
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-30/+30
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-45/+47
|
* minimal config: make bootstrap on first startMichael Lingelbach2021-04-031-58/+63
|
* minimal config: updateMichael Lingelbach2021-04-011-2/+3
|
* Bump minimal init.luaMichael Lingelbach2021-03-141-6/+4
|
* Issue template: add minimal init.lua to repo and clean up issue templateMichael Lingelbach2021-01-071-0/+72