<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/test/minimal_init.lua, branch docs</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/test/minimal_init.lua?h=docs</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/test/minimal_init.lua?h=docs'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2024-09-29T21:41:28Z</updated>
<entry>
<title>docs: remove minimal_init.lua</title>
<updated>2024-09-29T21:41:28Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-09-29T21:41:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0678aa439b82965daf03679cd146e84f10e299c3'/>
<id>urn:sha1:0678aa439b82965daf03679cd146e84f10e299c3</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>feat: rename sumneko_lua -&gt; lua_ls (#2439)</title>
<updated>2023-02-12T02:30:20Z</updated>
<author>
<name>figsoda</name>
<email>figsoda@pm.me</email>
</author>
<published>2023-02-12T02:30:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6669f2d8ebc38cfb9e639145569f94be5556d916'/>
<id>urn:sha1:6669f2d8ebc38cfb9e639145569f94be5556d916</id>
<content type='text'>
* feat: rename sumneko_lua -&gt; 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 -&gt; lua_ls</content>
</entry>
<entry>
<title>perf: use the truly minimal test config file (#2269)</title>
<updated>2022-12-01T01:58:54Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2022-12-01T01:58:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=64c0222dfc9f53292f0789d6afff7432a809ed56'/>
<id>urn:sha1:64c0222dfc9f53292f0789d6afff7432a809ed56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat!: 0.7 API update (#1984)</title>
<updated>2022-08-23T14:03:20Z</updated>
<author>
<name>Ranjith Hegde</name>
<email>ranjithshegde@gmail.com</email>
</author>
<published>2022-08-23T14:03:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=fe7a6f41e59654db6bbc9eb2d084decc54b295e4'/>
<id>urn:sha1:fe7a6f41e59654db6bbc9eb2d084decc54b295e4</id>
<content type='text'>
* 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 &lt;m.j.lbach@gmail.com&gt;</content>
</entry>
<entry>
<title>fix(docs): update example keybindings documentation (#1899)</title>
<updated>2022-06-01T14:26:02Z</updated>
<author>
<name>Kurtis</name>
<email>klnusbaum@users.noreply.github.com</email>
</author>
<published>2022-06-01T14:26:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=7be59acd6e3afdfecf426b5ed6b3d12956157a90'/>
<id>urn:sha1:7be59acd6e3afdfecf426b5ed6b3d12956157a90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: update minimal init.lua to target 0.6.1 (#1858)</title>
<updated>2022-04-25T14:43:40Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2022-04-25T14:43:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=db8357abc0c97a5110e7adb6decfe2c13ecd43b4'/>
<id>urn:sha1:db8357abc0c97a5110e7adb6decfe2c13ecd43b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(tests): simpler temp_dir detection (#1626)</title>
<updated>2022-01-02T14:42:14Z</updated>
<author>
<name>kylo252</name>
<email>59826753+kylo252@users.noreply.github.com</email>
</author>
<published>2022-01-02T14:42:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=486d51cbf492ea769ff563f86bf84ae4a51ccb02'/>
<id>urn:sha1:486d51cbf492ea769ff563f86bf84ae4a51ccb02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: support using `minimal_init.lua` on windows (#1354)</title>
<updated>2021-11-14T17:47:12Z</updated>
<author>
<name>kylo252</name>
<email>59826753+kylo252@users.noreply.github.com</email>
</author>
<published>2021-11-14T17:47:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4d64e8e1cc47fc6a2d25020fe5c086c6b1622215'/>
<id>urn:sha1:4d64e8e1cc47fc6a2d25020fe5c086c6b1622215</id>
<content type='text'>
* let `packpath` use the correct temp folder per platform
* use the appropriate path-separator per platform</content>
</entry>
<entry>
<title>chore: update minimal init.lua to use format func (#1314)</title>
<updated>2021-10-16T07:40:45Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-10-16T07:40:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=28a8e5258cb8140cc50a030b9b3c15e39376028a'/>
<id>urn:sha1:28a8e5258cb8140cc50a030b9b3c15e39376028a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: make minimal_init.lua more robust (#1131)</title>
<updated>2021-08-10T15:12:49Z</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-08-10T15:12:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=67c41ab1af77608ca0f2d0cbaedafd44d73c8153'/>
<id>urn:sha1:67c41ab1af77608ca0f2d0cbaedafd44d73c8153</id>
<content type='text'>
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)</content>
</entry>
<entry>
<title>chore: change stylua to single quotes (#1068)</title>
<updated>2021-07-13T17:41:39Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-07-13T17:41:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cd1ccf056be9cbcc3d5cbefff08135276bc476ed'/>
<id>urn:sha1:cd1ccf056be9cbcc3d5cbefff08135276bc476ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: lint and format with stylua</title>
<updated>2021-07-03T22:49:27Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-07-03T21:45:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ec11b85df73cce4edb2925cb7f1d0e8db3a07b1c'/>
<id>urn:sha1:ec11b85df73cce4edb2925cb7f1d0e8db3a07b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minimal config: make bootstrap on first start</title>
<updated>2021-04-03T20:07:37Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-04-03T19:45:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=9fe7a37b85db499ccbc7ccd92af474e9e98f52e3'/>
<id>urn:sha1:9fe7a37b85db499ccbc7ccd92af474e9e98f52e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minimal config: update</title>
<updated>2021-04-01T07:56:41Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-04-01T07:56:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6a02c860f946f386e085d837674c360cbc8c54e2'/>
<id>urn:sha1:6a02c860f946f386e085d837674c360cbc8c54e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump minimal init.lua</title>
<updated>2021-03-14T21:23:03Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-03-14T21:18:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=aae63b7164616c3de19af7efdf5a9fba17cb97f0'/>
<id>urn:sha1:aae63b7164616c3de19af7efdf5a9fba17cb97f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Issue template: add minimal init.lua to repo and clean up issue template</title>
<updated>2021-01-07T09:12:39Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-01-02T01:16:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=123894205fe34f062842aed73f1ee9ac3366f2c2'/>
<id>urn:sha1:123894205fe34f062842aed73f1ee9ac3366f2c2</id>
<content type='text'>
</content>
</entry>
</feed>
