docs(README): config files renamed from .nvim.settings.json to .neoco… (#102)

## Description

The file name in README does not match, since
<762b2f1517>

Co-authored-by: luowentao <luowentao@meituan.com>
This commit is contained in:
Vincent Law 2025-01-22 15:52:27 +08:00 committed by GitHub
parent e2c4e8145e
commit 8f8a0ac9d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@ require("lspconfig").lua_ls.setup(...)
lspconfig = {
enabled = true,
},
-- configures jsonls to get completion in .nvim.settings.json files
-- configures jsonls to get completion in .neoconf.json files
jsonls = {
enabled = true,
-- only show completion in json settings for configured lsp servers
@ -85,7 +85,7 @@ require("lspconfig").lua_ls.setup(...)
lua_ls = {
-- by default, lua_ls annotations are only enabled in your neovim config directory
enabled_for_neovim_config = true,
-- explicitly enable adding annotations. Mostly relevant to put in your local .nvim.settings.json file
-- explicitly enable adding annotations. Mostly relevant to put in your local .neoconf.json file
enabled = false,
},
},

View File

@ -98,7 +98,7 @@ CONFIGURATION *neoconf.nvim-neoconf.nvim-configuration*
lspconfig = {
enabled = true,
},
-- configures jsonls to get completion in .nvim.settings.json files
-- configures jsonls to get completion in .neoconf.json files
jsonls = {
enabled = true,
-- only show completion in json settings for configured lsp servers
@ -108,7 +108,7 @@ CONFIGURATION *neoconf.nvim-neoconf.nvim-configuration*
lua_ls = {
-- by default, lua_ls annotations are only enabled in your neovim config directory
enabled_for_neovim_config = true,
-- explicitly enable adding annotations. Mostly relevant to put in your local .nvim.settings.json file
-- explicitly enable adding annotations. Mostly relevant to put in your local .neoconf.json file
enabled = false,
},
},

View File

@ -25,7 +25,7 @@ M.defaults = {
lspconfig = {
enabled = true,
},
-- configures jsonls to get completion in .nvim.settings.json files
-- configures jsonls to get completion in .neoconf.json files
jsonls = {
enabled = true,
-- only show completion in json settings for configured lsp servers
@ -35,7 +35,7 @@ M.defaults = {
lua_ls = {
-- by default, lua_ls annotations are only enabled in your neovim config directory
enabled_for_neovim_config = true,
-- explicitly enable adding annotations. Mostly relevant to put in your local .nvim.settings.json file
-- explicitly enable adding annotations. Mostly relevant to put in your local .neoconf.json file
enabled = false,
},
},