Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WieeRd committed Oct 2, 2024
1 parent b74de58 commit bea9275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/auto-lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local autocmd = vim.api.nvim_create_autocmd

M.MAPPINGS_FILE = vim.fn.stdpath("data") .. "/auto-lsp-mappings.lua"
M.LSPCONFIG_DIR = assert(
vim.api.nvim_get_runtime_file("lua/lspconfig/server_configurations/", false)[1],
vim.api.nvim_get_runtime_file("lua/lspconfig/configs/", false)[1],
"Could not find `lua/lspconfig/` directory in the 'runtimepath'"
)

Expand Down

0 comments on commit bea9275

Please sign in to comment.