From 02a69964d1559700cc85317c6c5e6c1a337bb995 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 5 Mar 2024 12:11:40 +0530 Subject: [PATCH] plugin config changes & initial gui client setup --- lua/core.lua | 2 ++ lua/my_plugins/example.lua | 30 ------------------------------ lua/plugins/neo-tree/config.lua | 2 +- 3 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 lua/my_plugins/example.lua diff --git a/lua/core.lua b/lua/core.lua index 661862a..0ac82e9 100644 --- a/lua/core.lua +++ b/lua/core.lua @@ -6,6 +6,8 @@ local function set_keymap() local map = vim.keymap.set local option = { noremap = true, silent = true } + vim.o.guifont = "CaskaydiaCove Nerd Font Mono:h13" + map("n", keys.jump_left_window, "h", option) map("n", keys.jump_down_window, "j", option) map("n", keys.jump_up_window, "k", option) diff --git a/lua/my_plugins/example.lua b/lua/my_plugins/example.lua deleted file mode 100644 index 0dda829..0000000 --- a/lua/my_plugins/example.lua +++ /dev/null @@ -1,30 +0,0 @@ -return { - { - "andweeb/presence.nvim", - config = function() - -- The setup config table shows all available config options with their default values: - require("presence").setup({ - -- General options - auto_update = true, -- Update activity based on autocmd events (if `false`, map or manually execute `:lua package.loaded.presence:update()`) - neovim_image_text = "The One True Text Editor", -- Text displayed when hovered over the Neovim image - main_image = "neovim", -- Main image display (either "neovim" or "file") - log_level = nil, -- Log messages at or above this level (one of the following: "debug", "info", "warn", "error") - debounce_timeout = 10, -- Number of seconds to debounce events (or calls to `:lua package.loaded.presence:update(, true)`) - enable_line_number = false, -- Displays the current line number instead of the current project - blacklist = {}, -- A list of strings or Lua patterns that disable Rich Presence if the current file name, path, or workspace matches - buttons = true, -- Configure Rich Presence button(s), either a boolean to enable/disable, a static table (`{{ label = "