From b289c88c8af8f35faf16ccc4fbb0af7798d2316a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 21 May 2026 22:43:45 -0500 Subject: get rid of lazy.nvim in favor of natively installed packages. some general refactoring --- lua/tjk/options.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lua/tjk/options.lua') diff --git a/lua/tjk/options.lua b/lua/tjk/options.lua index ee407f6..da82181 100644 --- a/lua/tjk/options.lua +++ b/lua/tjk/options.lua @@ -6,13 +6,8 @@ vim.o.termguicolors = true -- truecolor in terminal emulator, will be di vim.o.wrap = false -- disable word wrapping vim.o.cursorline = true -- highlight current line vim.o.title = true -- set window title of the terminal emulator to current nvim buffer -vim.o.signcolumn = "yes" -- keep left side column reserved for lsp ---vim.o.winborder = "single" -- border around floating windows vim.cmd.aunmenu "PopUp" -- disable right click menu --- TODO remove this when issue #32660 is fixed by #33145 -vim.g._ts_force_sync_parsing = true - -- line numbers vim.o.number = true -- enable line numbers vim.o.relativenumber = true -- enable relative line numbers -- cgit v1.2.3