Resplandor
Resplandor
OK so digging into it i found that: 1) imported modules are treated with the hl group `TSVariable` which is why they have the same color as variables. I guess...
In my opinion this should stay the behavior. When you pass `StatusLine` and use values from `c`, the var `c` still hasnt changed, so essentially you are passing `StatusLine =...
flagship.vim might suffice.
lexima works better than autopairs, but its still a bit buggy and make cursor tinker a lot. its also not the fastest. seems like currently there is no ideal close-brackets...
built-in lsp adds linting functionality. Also i no longer use linters except for linting docs (formatters are better). Need to: 1) add linters to cpp docs and other languages. 2)...
Added for c/cpp/python files with doxygen syntax highlighting(for c/cpp only for now). For python files it is added with # comments instead of """ blocks, so a better plugin needs...
vim.dispatch plugin might help
Defx has entered maintenance mode. https://github.com/kyazdani42/nvim-tree.lua has sort of become the standard now. It looks good - featureful, popular and therefore probably stable, written in lua so no external deps...
coc's commands `:CocCommand python.execInTerminal` and `:CocCommand python.execSelectionInTerminal` work just like atom's hydrogen, which is bad - doesnt remove indentation when executing parts of a function, Not focused on the window...
- open ipython in split with \ti (t stands for type, its different for every language). - close any terminal and its sub-processes (including ipython) with Q when in a...