-
Notifications
You must be signed in to change notification settings - Fork 791
Proselint causes null-ls failed to run generator, after editing. #1529
Comments
I dont know what to say but for the sample file, I have the same response : current buffers has no sources attached. %%%%plot.tex %%%% \documentclass[a4paper, 12pt]{article} \title{Thermal Example Mode \section{Problem Data} jjj sdfsdf it seems, proselint is attaching minimal.lua -- this template is borrowed from nvim-lspconfig local function join_paths(...) vim.g.loaded_remote_plugins = "" local temp_dir = vim.loop.os_getenv("TEMP") or "/tmp" vim.cmd("set packpath=" .. join_paths(temp_dir, "nvim", "site")) local package_root = join_paths(temp_dir, "nvim", "site", "pack") local null_ls_config = function() local function load_plugins() |
FAQ
Issues
Neovim Version
v0.9.0-dev
Dev Version?
Operating System
Ubuntu 22.04
Minimal Config
Steps to Reproduce
%Any latex file
jsdfjd jtesting
j:w
jj: $ x + 2$jj
jj
Reproducibility Check
minimal_init.lua
template and that my issue is reproducible by runningnvim --clean -u minimal_init.lua
and following the steps above.Expected Behavior
Proselint should attach to buffer and :NullLsInfo shud show that information.
Actual Behavior
:NullLsInfo is showing me that proselint is not attached
first I would like to know how to get proselint attach to the buffer after using nvim --clean -u minimal_init.lua ?
Debug Log
I have log output for my original problem, but since proselint is not even attaching to the buffer, I have no log output specific to this problem.
Help
No
Implementation Help
No response
Requirements
The text was updated successfully, but these errors were encountered: