I have concerns #975
Checked other resources
DescriptionI just have a lot of concerns with what you're trying to do vs what you're actually doing... please either defend reasoning or fix these. If you require assistance fixing or would like to pass some off, please let me know. Lets start from the top.
Example Code-- /home/fuckmychudlife/Desktop/rustaceanvim/ftplugin/rust.lua:85-93
elseif cmd == RustAnalyzerCmd.config then
local ra_settings_str = vim.iter(fargs):join(' ')
local f = load('return ' .. ra_settings_str)
local ok, ra_settings = pcall(f)
if not ok or type(ra_settings) ~= 'table' then
return vim.notify('RustAnalyzer config: invalid Lua table.\n' .. ra_settings_str, vim.log.levels.ERROR)
end
lsp.set_config(bufnr, ra_settings)
endNeovim version (nvim -v)0.11.6 Operating system/versionFedora 43 KDE Plasma Output of :checkhealth rustaceanvimNot copy pasting this right now. Not necessary for my problems. |
Replies: 1 comment
|
This (and your profile / previous contributions) reek of AI slop.
Regarding some of your points:
A long list of "concerns" without elaboration or ways to reproduce is a waste of my time. |
This (and your profile / previous contributions) reek of AI slop.
Please see the No LLM/AI policy:
Regarding some of your points:
:h require)vim.lsp.startfor a buffer multiple times with the samename,root_dir.