mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 09:17:23 +08:00
nvim: no tabs
This commit is contained in:
parent
6bbaae6538
commit
ade1310815
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ end
|
|||
-- Config
|
||||
-- ------
|
||||
|
||||
-- I don't care about tabs.
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
||||
-- lualine setup
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue