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
4 lines
125 B
Lua
4 lines
125 B
Lua
require("toggleterm").setup()
|
|
|
|
-- floating terminal
|
|
vim.keymap.set("n", "<leader>\\", "<cmd>ToggleTerm direction=float<CR>")
|