1.4 KiB
1.4 KiB
dotfiles
My personalized set of configurations.
nvim (Neovim)
Here are the plugins I'm currently using:
- lazy - Neovim plugin manager.
- autopairs - "Autopairs" parentheses/brackets/braces/etc.
- cmp - Autocompletion.
- colorizer - Syntax highlighting.
- conform - Autoformatting.
- gitsigns - Git integration within buffer.
- lspconfig - Quick setup for LSP.
- lualine - Helpful status line.
- mason - Plugin manager specific to external tools (LSP/linters/formatters/etc.)
- neo-tree - File manager.
- telescope - Fuzzy finder.
- toggleterm - Terminal switcher.
- tree-sitter - Syntax parsing for opened files.
Requirements
- luarocks
- npm
Setup
A couple of the plugins need some Node.JS packages installed first.
$ sudo npm install -g tree-sitter tree-sitter-cli typescript typescript-language-server