nvim-lua.kickstart.nvim/after/ftplugin/c.lua
David Ponte 5153613b3b Adds window resizing keymaps and Monokai theme
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
2025-04-28 15:56:40 +02:00

5 lines
93 B
Lua

local set = vim.opt_local
set.shiftwidth = 4
set.tabstop = 4
set.commentstring = '/* %s */'