From 34ab55a308a1ac3e658d5d338fa8ca892b72eb61 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 20 Feb 2025 16:46:14 +0000 Subject: [PATCH] Fix nvim config error --- home/.config/nvim/init.lua | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/home/.config/nvim/init.lua b/home/.config/nvim/init.lua index 21f9967f..61a861ef 100644 --- a/home/.config/nvim/init.lua +++ b/home/.config/nvim/init.lua @@ -676,26 +676,8 @@ require('lazy').setup({ -- - Incremental selection: Included, see `:help nvim-treesitter-incremental-selection-mod` -- - Show your current context: https://github.com/nvim-treesitter/nvim-treesitter-context -- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects - }, {ui = { - -- If you are using a Nerd Font: set icons to an empty table which will use the - -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table - icons = vim.g.have_nerd_font and {} or { - cmd = '⌘', - config = '🛠', - event = '📅', - ft = '📂', - init = '⚙', - keys = '🗝', - plugin = '🔌', - runtime = '💻', - require = '🌙', - source = '📄', - start = '🚀', - task = '📌', - lazy = '💤 ', - }, }, -}}) +}) -- The line beneath this is called `modeline`. See `:help modeline` -- vim: ts=2 sts=2 sw=2 et \ No newline at end of file