mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 03:55:04 +02:00
fix: enable Nerd Font support and adjust font variant settings
This commit is contained in:
parent
ccd6fa7cf9
commit
ae42921568
1 changed files with 0 additions and 8 deletions
|
@ -1,16 +1,8 @@
|
||||||
local set = vim.opt_local
|
local set = vim.opt_local
|
||||||
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
set.shiftwidth = 4
|
set.shiftwidth = 4
|
||||||
set.tabstop = 4
|
set.tabstop = 4
|
||||||
vim.g.sleuth_automatic = 0
|
vim.g.sleuth_automatic = 0
|
||||||
=======
|
|
||||||
-- Use tabs instead of spaces
|
|
||||||
set.expandtab = false -- Use real tabs, not spaces
|
|
||||||
set.shiftwidth = 4 -- Size of an indent
|
|
||||||
set.tabstop = 4 -- Size of a tab
|
|
||||||
set.softtabstop = 0 -- Disable softtabstop
|
|
||||||
>>>>>>> Stashed changes
|
|
||||||
set.commentstring = '/* %s */'
|
set.commentstring = '/* %s */'
|
||||||
|
|
||||||
-- Define a custom command ':IntMain' that inserts int main() {} template
|
-- Define a custom command ':IntMain' that inserts int main() {} template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue