Coder Social home page Coder Social logo

Comments (9)

burninghg avatar burninghg commented on June 22, 2024 1

@poloxue I guessed that vim-markdown is incompatible with the code "filetype indent on", when I comment the code "filetype indent on" in the .vimrc, the problem solved

from vim-markdown.

poloxue avatar poloxue commented on June 22, 2024

I temporaliy modified the code as follows:

function! s:IsMkdCode(lnum)
    let name = synIDattr(synID(a:lnum, 1, 0), 'name')
    return (name =~# '^mkd\%(Code$\|Snippet\)' || name !=# '' && name !~? '^\%(mkd\|html\)') || name == 'mkdListItem'
endfunction

I know this is not a nice way, but I don't understand its details. However, it's fixed. 😄

from vim-markdown.

alerque avatar alerque commented on June 22, 2024

I'm not able to duplicate this problem. What version of VIM are you running and what other plugins do you have that might be affecting this?

from vim-markdown.

poloxue avatar poloxue commented on June 22, 2024

Here @alerque.

macvim: mvim -v

VIM - Vi IMproved
~
~ version 9.0.1677
~ by Bram Moolenaar et al.
~ Vim is open source and freely distributable

from vim-markdown.

alerque avatar alerque commented on June 22, 2024

Hm. I'm on NeoVIM, so that's a major difference.

Anybody else able to confirm this on VIM 9? VIM 8? Or other NeoVIM users that can confirm/deny?

from vim-markdown.

alerque avatar alerque commented on June 22, 2024

@burninghg Of course if you disable all syntax-aware indentation the unexpected indentation will stop happening, but I don't think that's a resolution. This plugin should work with indentation features enabled even if it doesn't use them any/much. I'd consider this a bug and like to see it fixed, but I'm still at the point of not being able to replicate it.

from vim-markdown.

ruffe972 avatar ruffe972 commented on June 22, 2024

@alerque, I have this bug too. Neovim 0.9.4. No other plugins, almost empty config, my init.lua:

require("lazy").setup({
    {
        "preservim/vim-markdown",
        ft = "markdown",
        dependencies = "godlygeek/tabular",
    },
})

vim.o.keymap = "russian-jcukenwin"

from vim-markdown.

ShrubberRi avatar ShrubberRi commented on June 22, 2024

I had this behavior as well. I un-installed the vim-polyglot plug-in and this solved the problem.

from vim-markdown.

x0urc3 avatar x0urc3 commented on June 22, 2024
  1. Isn't this feature expected? See Adjust new list item indent
  2. If your not interested with this feature, you could probably do let g:vim_markdown_new_list_item_indent = 0

from vim-markdown.

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.