Forked from modular kickstart.nvim.
git clone https://github.com/JosBritton/rc.nvim.git ~/.config/nvim
For linters see:
lua/josbritton/plugins/lint.lua
For formatters see:
lua/josbritton/plugins/conform.lua
For LSPs see:
lua/josbritton/plugins/lspconfig.lua
- 64-bit operating system1
Dependencies:
- markdownlint
- yamllint
- make21
- stylua
- gopls
- shellcheck
- yarn3
- rust-analyzer
- clangd
- ripgrep/rg4
- gcc OR clang2
- fd5
- npm (optional)6
- Rename your lua prefix (
lua/josbritton
) and editinit.lua
to reference your own prefix, you may also keep mine in-place as a reference as long as you modifyinit.lua
to include only your relevant config - You can edit the colors for the included Juliana theme under
./colors/juliana.lua
or install a theme as a plugin and change the theme underlua/josbritton/theme.lua
, this will disregard the included Juliana - Of interest is
lua/josbritton/plugins/lspconfig.lua
, some of the LSPs I use may not be useful to you or may require dependencies that you don't care to install, you can disable them there