This commit is contained in:
Hendra 2024-05-19 21:22:14 +07:00
parent 3c9ade439d
commit 3547630f23
1 changed files with 4 additions and 3 deletions

View File

@ -74,6 +74,8 @@ vim.opt.number = true
-- Experiment for yourself to see if you like it!
vim.opt.relativenumber = true
vim.opt.tabstop = 2
-- Enable mouse mode, can be useful for resizing splits for example!
vim.opt.mouse = 'a'
@ -520,9 +522,8 @@ require('lazy').setup({
-- Some languages (like typescript) have entire language plugins that can be useful:
-- https://github.com/pmizio/typescript-tools.nvim
--
-- But for many setups, the LSP (`tsserver`) will work just fine
-- tsserver = {},
--
tsserver = {},
svelte = {},
lua_ls = {
-- cmd = {...},