diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-21 22:43:45 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-21 22:44:06 -0500 |
| commit | b289c88c8af8f35faf16ccc4fbb0af7798d2316a (patch) | |
| tree | da9908ca8312cce48863ecd33d8e3e09a64efc5c /lua/tjk/options.lua | |
| parent | a1991e505485abe9425560714d45b1fe1b2a7cfe (diff) | |
| download | nvim-b289c88c8af8f35faf16ccc4fbb0af7798d2316a.tar.xz nvim-b289c88c8af8f35faf16ccc4fbb0af7798d2316a.zip | |
get rid of lazy.nvim in favor of natively installed packages. some general refactoring
Diffstat (limited to 'lua/tjk/options.lua')
| -rw-r--r-- | lua/tjk/options.lua | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
