feat: use new ui
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
"src": "https://github.com/nvim-neotest/nvim-nio"
|
"src": "https://github.com/nvim-neotest/nvim-nio"
|
||||||
},
|
},
|
||||||
"nvim-treesitter": {
|
"nvim-treesitter": {
|
||||||
"rev": "8b98b4470eb326f1c7b50dae79f8c963568e5720",
|
"rev": "857651fce37eba032ebe28f3a206283cdc65c45a",
|
||||||
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
|
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
|
||||||
},
|
},
|
||||||
"nvim-treesitter-textobjects": {
|
"nvim-treesitter-textobjects": {
|
||||||
|
|||||||
@@ -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.wrap = false -- Don't visually wrap lines (toggle with \w)
|
||||||
vim.o.cmdheight = 0 -- Hide the command line when not in use
|
vim.o.cmdheight = 0 -- Hide the command line when not in use
|
||||||
vim.cmd('syntax off') -- Disable legacy syntax highlighting
|
vim.cmd('syntax off') -- Disable legacy syntax highlighting
|
||||||
|
require("vim._core.ui2").enable({}) -- Enable new ui (requires nightly)
|
||||||
|
|
||||||
-- Editing =====================================================================
|
-- Editing =====================================================================
|
||||||
vim.o.expandtab = true -- Convert tabs to spaces
|
vim.o.expandtab = true -- Convert tabs to spaces
|
||||||
|
|||||||
Reference in New Issue
Block a user