Newest version of dotfiles with Ghostty, Fish, kickstart vim and zsh updates
This commit is contained in:
13
.config/nvim.bak/lua/config/options.lua
Normal file
13
.config/nvim.bak/lua/config/options.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- Options are automatically loaded before lazy.nvim startup
|
||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||
--- Options are automatically loaded before lazy.nvim startup
|
||||
|
||||
-- Allgemeine Einstellungen
|
||||
vim.opt.listchars = "tab:▸ ,trail:·,nbsp:␣,extends:❯,precedes:❮"
|
||||
vim.opt.relativenumber = false
|
||||
vim.opt.scrolloff = 10
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.smartindent = true
|
||||
vim.lsp.inlay_hint.enable = false
|
||||
Reference in New Issue
Block a user