]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
nvim: hide statusline
authorAlexander Goussas <[email protected]>
Sat, 8 Mar 2025 15:42:56 +0000 (10:42 -0500)
committerAlexander Goussas <[email protected]>
Sat, 8 Mar 2025 15:42:56 +0000 (10:42 -0500)
nvim/.config/nvim/init.lua

index a4dd8befcfc3e92d3f904782786eb416d7bb60a1..726cd51edcefcab0fbdacd02b688099397206c61 100644 (file)
@@ -13,6 +13,9 @@ vim.o.tabstop = 2
 vim.o.softtabstop = 2
 vim.o.expandtab = true
 
+-- Statusline
+vim.o.laststatus = 0
+
 vim.cmd('colorscheme zaibatsu')
 
 local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
@@ -74,13 +77,13 @@ require("lazy").setup({
     {
       'lunacookies/vim-colors-xcode',
       config = function()
-        vim.cmd [[colorscheme xcodehc]]
+        -- vim.cmd [[colorscheme xcodehc]]
       end
     },
     {
       'yorickpeterse/nvim-grey',
       config = function()
-        vim.cmd [[colorscheme grey]]
+        -- vim.cmd [[colorscheme grey]]
       end
     },
     {
@@ -131,7 +134,7 @@ require("lazy").setup({
 
         lspconfig.gleam.setup({})
 
-        lspconfig.sumneko_lua.setup({
+        lspconfig.lua_ls.setup({
           settings = {
             Lua = {
               runtime = {