Change phrasing

This commit is contained in:
an.tsouchlos 2025-04-14 13:58:58 +00:00
parent 86c38f6ecf
commit 69dd2f0db4

View File

@ -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