diff --git a/config/nvim-local-config-docker.md b/config/nvim-local-config-docker.md index 1c47c2c..12e9f70 100644 --- a/config/nvim-local-config-docker.md +++ b/config/nvim-local-config-docker.md @@ -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