From 69dd2f0db4f1f530433b1f9323a7ebb50e262c02 Mon Sep 17 00:00:00 2001 From: "an.tsouchlos" Date: Mon, 14 Apr 2025 13:58:58 +0000 Subject: [PATCH] Change phrasing --- config/nvim-local-config-docker.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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