New cleaner nvim config. Added config for LF
This commit is contained in:
8
nvim/lua/settings.lua
Normal file
8
nvim/lua/settings.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Global settings
|
||||
vim.opt.tabstop = 4 -- Number of spaces that a <Tab> counts for
|
||||
vim.opt.shiftwidth = 4 -- Number of spaces for indentation
|
||||
vim.opt.expandtab = true -- Use spaces instead of tabs
|
||||
|
||||
-- Coloscheme
|
||||
vim.cmd [[colorscheme tokyonight]]
|
||||
|
||||
Reference in New Issue
Block a user