Giter Club home page Giter Club logo

neovim-config's People

Contributors

sbeyer avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

neovim-config's Issues

<leader>c does not work since v3

E5108: Error executing lua: .../.config/nvim/lua/astronvim/utils/buffer.lua:72: attempt to concatenate local 'bufnr' (a nil value)                               
stack traceback:
        .../.config/nvim/lua/astronvim/utils/buffer.lua:72: in function 'close'
        .../.config/nvim/lua/astronvim/mappings.lua:49: in function <.../.config/nvim/lua/astronvim/mappings.lua:49>

indentLine concealing issues

indentLine relies on the conceal feature, which is probably nice but I don't like the way many syntax highlighters use it (including tex, json and markdown). Either look for an alternative to indentLine or find a way to disable it for syntax highlighting

vim-polyglot

echo "Plug 'sheerun/vim-polyglot'" > plugin/polyglot.vim

the most basic xml snippet

from UltiSnips/xml.snippets:

snippet < "Add oneline XML tag"
<${1:tag}>${2:content}</${1/([\w:._-]+).*/$1/}>
endsnippet

snippet << "Add multiline XML tag" b
<${1:tag}>
	${2:content}
</${1/([\w:._-]+).*/$1/}>
endsnippet

File system commands

In my old vim configuration, I used https://github.com/tpope/vim-eunuch to get file system commands.
In particular, I used the :Move command. However, since I am in git repositories most of the time, I did not need it, because I usually do :GMove newfilename from vim-fugitive. The unavailability of :Move is good in this case, so I cannot accidentally use it and then have to update git's index later.

However, sometimes things like :Mkdir might be useful. Maybe there is a better solution that works nicely with or is somewhat integrated into dirvish?

Remove dirvish

The latest dirvish is very buggy. AstroNVim's choice of neo-tree seems to be a good alternative, so we should be able to remove dirvish and just get used to using neo-tree.

Explain!

Add typical vim commands/shortcuts in my workflow to README.md

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.