Change phrasing
This commit is contained in:
parent
86c38f6ecf
commit
69dd2f0db4
@ -1,16 +1,14 @@
|
||||
Neovim has the [exrc option](https://neovim.io/doc/user/options.html#'exrc'),
|
||||
which enables project-local configuration.
|
||||
|
||||
First, the option hast to be enabled in the neovim config.
|
||||
which enables project-local configuration. This option be enabled in the
|
||||
neovim config:
|
||||
|
||||
```lua
|
||||
vim.opt.exrc = true
|
||||
```
|
||||
|
||||
Upon starting neovim in a directory, any code in `./nvim.lua`, will be aplied
|
||||
as a local configuration after the global one.
|
||||
|
||||
As an example, consider the following configuration, which
|
||||
as a local configuration after the global one. As an example, consider the
|
||||
following configuration, which
|
||||
|
||||
- modifies the LSP settings for `clangd` to run in a docker container
|
||||
- adds overseer templates to generate, build and flash a project using docker
|
||||
|
||||
Loading…
Reference in New Issue
Block a user