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
3 lines
78 B
Lua
3 lines
78 B
Lua
require("conform").setup{
|
|
javascript = { { "prettierd", "prettier" } },
|
|
}
|