Update to neovim and ghostty theme
This commit is contained in:
@@ -29,7 +29,7 @@ require("lazy").setup({
|
||||
},
|
||||
-- Configure any other settings here. See the documentation for more details.
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
install = { colorscheme = { "nord" } },
|
||||
-- install = { colorscheme = { "nord" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = false, notify = false },
|
||||
})
|
||||
|
||||
@@ -65,7 +65,7 @@ vim.g.netrw_alto = 0
|
||||
|
||||
vim.ui.select = Snacks.picker.select
|
||||
|
||||
vim.cmd('colorscheme nord')
|
||||
-- vim.cmd('colorscheme carbonfox')
|
||||
|
||||
vim.lsp.config('lua_ls', {
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user