Code Monkey home page Code Monkey logo

Comments (8)

lukas-reineke avatar lukas-reineke commented on June 14, 2024

It does not change the file name. It creates new temporary files to do the formatting.

from lsp-format.nvim.

jczhang02 avatar jczhang02 commented on June 14, 2024

It does not change the file name. It creates new temporary files to do the formatting.
how to disable it of tex filetype or repair it?

from lsp-format.nvim.

lukas-reineke avatar lukas-reineke commented on June 14, 2024

You can't disable it. This is how the plugin works.
You can try to not create backup files for them.

from lsp-format.nvim.

jczhang02 avatar jczhang02 commented on June 14, 2024

The problem I need to solve now is how can I get the format to read the original filename in the format plugin configuration.
For example, for the main.tex file, what is the best way to represent this original file name?

image

from lsp-format.nvim.

lukas-reineke avatar lukas-reineke commented on June 14, 2024

The problem I need to solve now is how can I get the format to read the original filename in the format plugin configuration.

Why do you want to do that? I think you are misunderstanding something, what are you trying to achieve?

from lsp-format.nvim.

jczhang02 avatar jczhang02 commented on June 14, 2024

pls try latexindent for a while, i just want to format tex file by latexindent.
Since format.nvim will create tmp file when formating , latexindent will format the tmp file rather than origin file.
But actually, latexindent will make a backup when it is working.

from lsp-format.nvim.

lukas-reineke avatar lukas-reineke commented on June 14, 2024

The plugin works by creating a temp file, formatting that, then writing the result back into the original file. To not block editing and to not save the actual file.

You cannot pass the actual file. This is by design.
If you need this, you'll have to use a different plugin

from lsp-format.nvim.

jczhang02 avatar jczhang02 commented on June 14, 2024

i have understood what u said, thanks!
The only solution is to make latexindent do not create temp file

from lsp-format.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.