Repository For my personal dotfiles from Arch, its contain the configurations of Neovim, awesomewm and various system utilities.
My Neovim setup includes the following plugins:
- nvim-cmp: Completion plugin
- conform.nvim: Code formatting
- Comment.nvim: Code commenting
- nvim-lspconfig: Language Server Protocol configuration
- lualine.nvim: Status line
- mason-lspconfig.nvim: LSP server management
- tagbar: Tag browsing
- telescope.nvim: Fuzzy finder
- tokyonight.nvim: Color scheme
- nvim-treesitter: Syntax highlighting
- which-key.nvim: Keybinding helper
- nvim-ufo: Collapse block
- Fastfetch: System information tool
- Starship: Cross-shell prompt
- Wezterm: Terminal emulator
- AwesomeWM: Tiling window manager
- TODO Make installation script that automte download all plugins
Feel free to open issues or submit pull requests if you have suggestions for improvements.