Update Neovim plugins and keybindings for an improved development experience . Changes include the addition of `toggleterm.nvim` for better terminal support , `conform.nvim` for easier configurations, new themes, AI assistance with ` neoai.nvim`, version control enhancements, and more. Removed unused themes and plugins to streamline the setup. Refactored keybindings for better navigation and usability. ChatGPT is taking its job seriously
6 lines
105 B
Lua
6 lines
105 B
Lua
require('lualine').setup{
|
|
options = {
|
|
theme = 'auto',
|
|
icons_enabled = true,
|
|
},
|
|
}
|