mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-28 05:54:18 +02:00
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
This commit is contained in:
parent
53a4625326
commit
5153613b3b
3 changed files with 51 additions and 16 deletions
5
after/ftplugin/c.lua
Normal file
5
after/ftplugin/c.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local set = vim.opt_local
|
||||
|
||||
set.shiftwidth = 4
|
||||
set.tabstop = 4
|
||||
set.commentstring = '/* %s */'
|
Loading…
Add table
Add a link
Reference in a new issue