Cleaning.

This commit is contained in:
Bartek Stalewski 2024-09-30 00:57:55 +02:00
parent 23b9233165
commit f5bf6f7953
No known key found for this signature in database
3 changed files with 12 additions and 39 deletions

View file

@ -1,10 +1,3 @@
--local function set_theme(name)
-- local cur_theme = require('nvconfig').ui.theme
-- require("nvchad.utils").replace_word(cur_theme, name)
-- require('nvconfig').ui.theme = name
-- require('base46').load_all_highlights()
--end
return {
{
"stevearc/conform.nvim",
@ -14,15 +7,6 @@ return {
end,
},
-- These are some examples, uncomment them if you want to see them work!
-- {
-- "neovim/nvim-lspconfig",
-- config = function()
-- require("nvchad.configs.lspconfig").defaults()
-- require "configs.lspconfig"
-- end,
-- },
{
"nvim-treesitter/nvim-treesitter",
opts = {
@ -38,19 +22,14 @@ return {
},
},
-- {
-- "f-person/auto-dark-mode.nvim",
-- event = 'VeryLazy',
-- config = {
-- update_interval = 1000,
-- set_dark_mode = function()
-- set_theme('monekai')
-- end,
-- set_light_mode = function()
-- set_theme('ayu_light')
-- end,
-- }
-- }
-- These are some examples, uncomment them if you want to see them work!
-- {
-- "neovim/nvim-lspconfig",
-- config = function()
-- require("nvchad.configs.lspconfig").defaults()
-- require "configs.lspconfig"
-- end,
-- },
-- Install a plugin
-- {