Commit for generation 212

This commit is contained in:
2024-10-09 02:24:37 -04:00
parent 897785252a
commit 59989a3f7b
7 changed files with 44 additions and 23 deletions

View File

@@ -5,6 +5,9 @@
diagnostics.signs = false;
extraConfigLua = ''
if vim.g.started_by_firenvim == true then
vim.o.laststatus = 0
end
if vim.g.neovide then
vim.g.neovide_refresh_rate = 144
vim.g.neovide_cursor_vfx_mode = "sonicboom"

View File

@@ -1,8 +1,8 @@
{
plugins.nvim-tree = {
enable = true;
hijackUnnamedBufferWhenOpening = true;
openOnSetup = true;
hijackUnnamedBufferWhenOpening = false;
openOnSetup = false;
onAttach = { __raw = ''
function(bufnr)
local api = require('nvim-tree.api')

View File

@@ -13,6 +13,7 @@
floaterm.enable = true;
fugitive.enable = true;
rustaceanvim.enable = true;
firenvim.enable = true;
dap = {
enable = true;
extensions.dap-ui.enable = true;