https://bugs.kde.org/show_bug.cgi?id=499187

--- Comment #6 from Waqar Ahmed <waqar....@gmail.com> ---
Ok, then you can have a `.kateproject` file in /home/mte90/.config/nvim/

In that file (/home/mte90/.config/nvim/.kateproject), you can specify the exact
root. Contents of the file below

{
    "name": "Neovim_Config",
    "files": [
        {
        "directory": ".",
        "recursive": 1,
        "hidden": 1
        }
    ],
    "exclude_patterns" : [],
    "lspclient": {
        "servers": {
            "lua": {
                "command": ["lua-language-server"],
                "root": "/home/mte90/.config/nvim/",
                "highlightingModeRegex": "^Lua$"
            }
        }
    }
}

Kate will treat /home/mte90/.config/nvim/ as a project folder if this file is
present. The folder should appear in the project sidebar with the name
Neovim_Config at the top. LSP plugin will then use the absolute path specified
in the "root" key.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to