feat(nvim): no empty buffers, no volar, no .git
This commit is contained in:
parent
5a3d9a1d31
commit
0299545228
3 changed files with 39 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
-- This file needs to have same structure as nvconfig.lua
|
||||
-- This file needs to have same structure as nvconfig.lua
|
||||
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
|
||||
-- Please read that file to know all available options :(
|
||||
-- Please read that file to know all available options :(
|
||||
|
||||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
|
@ -16,6 +16,6 @@ M.ui = {
|
|||
}
|
||||
|
||||
M.nvdash = {
|
||||
load_on_startup = true,
|
||||
load_on_startup = false,
|
||||
}
|
||||
return M
|
||||
|
|
|
@ -15,7 +15,7 @@ local servers = {
|
|||
"pylsp",
|
||||
"tailwindcss",
|
||||
"templ",
|
||||
"vuels",
|
||||
-- "volar",
|
||||
}
|
||||
local nvlsp = require "nvchad.configs.lspconfig"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue