Continued from nbr.nvim.
This is my personal Neovim configuration.
I tailored this config to my personal needs as a Frontend Engineer mainly working with React, TypeScript and SCSS.
This editor uses AWDCS keymap principles.
Install requires Neovim 0.9+.
Clone the repository and install the plugins:
git clone [email protected]:nikbrunner/nbr ~/.config/nbr
NVIM_APPNAME=nbr nvim --headless +"Lazy! sync" +qaOpen Neovim with this config, without an alias:
NVIM_APPNAME="nbr" nvimIf you want to start this config when running nvim, you can set an alias, in your .bashrc or .zshrc:
alias nvim="NVIM_APPNAME=nbr nvim"Documentation: Lua Language Server - Usage | Wiki.
Note: The
--configpathflag seems to be broken and requires a full path. See here: Settings don't seem to be applied when using linter from CLI · Issue #2038 · LuaLS/lua-language-server
lua-language-server --check ./lua --logpath=. --configpath=/Users/nikolausbrunner/.config/nvim/.luarc.jsonTo remove everything related to this config, run the following commands:
rm -rf ~/.config/nbr
rm -rf ~/.local/share/nbrMake sure you have a nerd font installed.
- EmmyLua Documentation - Formatting Annotations · sumneko/lua-language-server Wiki
- Help - Neovim docs
- MariaSolOs/dotfiles
- Alexis12119/nvim-config: Generalized and Personalized
- dotfiles/.config/nvim at mac · MariaSolOs/dotfiles
- 0xsamrath/.dotfiles
- LunarVim/nvim-basic-ide
- dot/nvim · folke/dot
- folke/LazyVim: Starter template for lazy Neovim users
- cseickel/dotfiles
- ahmedelgabri/dotfiles
- glepnir/nvim
- craftzdog
- harrisoncramer/nvim: My personal Neovim configuration.
- GitHub - alex35mil/dotfiles: My dotfiles
- loctvl842/nvim
- JoosepAlviste/dotfiles