diff options
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 |
