mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-09 12:35:04 +02:00
Implements keymaps for window resizing and maximizing, providing more flexibility in window management. Also, includes Monokai theme with classic palette as a user option. Adds cpp to ensure_installed languages for treesitter. Add C LSP in Mason Plugin Added after folder to make sure comment string isn't altered by other plugins
5 lines
93 B
Lua
5 lines
93 B
Lua
local set = vim.opt_local
|
|
|
|
set.shiftwidth = 4
|
|
set.tabstop = 4
|
|
set.commentstring = '/* %s */'
|