mirror of https://github.com/folke/neoconf.nvim
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:
parent
e2c4e8145e
commit
8f8a0ac9d5
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue