feat: use new ui

This commit is contained in:
2026-08-29 15:36:37 +02:00
parent ddf69f9ba4
commit d84545fdaf
2 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
"src": "https://github.com/nvim-neotest/nvim-nio"
},
"nvim-treesitter": {
"rev": "8b98b4470eb326f1c7b50dae79f8c963568e5720",
"rev": "857651fce37eba032ebe28f3a206283cdc65c45a",
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
},
"nvim-treesitter-textobjects": {
+1
View File
@@ -19,6 +19,7 @@ vim.o.splitright = true -- Vertical splits will be to the right
vim.o.wrap = false -- Don't visually wrap lines (toggle with \w)
vim.o.cmdheight = 0 -- Hide the command line when not in use
vim.cmd('syntax off') -- Disable legacy syntax highlighting
require("vim._core.ui2").enable({}) -- Enable new ui (requires nightly)
-- Editing =====================================================================
vim.o.expandtab = true -- Convert tabs to spaces