dev-environment-files
dev-environment-files copied to clipboard
With the latest treesitter and nvim, we see some errors like https://github.com/nvim-treesitter/nvim-treesitter/issues/1201, to fix the issue, we just need to set `run = ":TSUpdate",`.
Hey, thanks for the great tutorials and setup guide for neovim! In your latest guide, you add pylint into `mason.lua` file and then you specify it in `linting.lua` for python...
The splash screen created in `alpha.lua` has spacing issues in the `Find File` and `Quit NVIM` buttons. This PR updates the spacing. Before: After:
Ported iterm coolnight theme to be used for vscode terminal. Just need to copy the provided setttings to your settings.json file in VSCode.
Hi Josean, I just followed your YouTube video for setting up ZSH on my Mac, coming from bash. Thanks very much, it was very helpful. Since I also use VS...
I am a Mac user and have been using a slightly moded version of this nvim config, I need to use a Linux (Ubuntu/Arch/Kali) machine to work on different projects....
We only format code and not auto-fix lint. I use eslint_d by nvim-lint and format by conform. And How to add code_action with eslint_d.
Hi. Thank you for your guide. I noticed some keymaps doesn't work currently: vim-surround gcc nvim-tree (Not an editor command: NvimTreeToggle) this is only basic things I noticed during configuring...