config/shared/home/dev.lua

8 lines
186 B
Lua
Raw Normal View History

2024-06-11 06:40:29 +00:00
require'lspconfig'.clangd.setup{}
2023-10-09 12:42:05 +00:00
vim.api.nvim_exec([[
2024-02-02 12:07:01 +00:00
set grepprg=@ripgrep@/bin/rg\ --vimgrep grepformat^=%f:%l:%c:%m
2023-10-09 12:42:05 +00:00
]], false)
2024-05-15 14:23:19 +00:00
2024-05-15 18:45:36 +00:00
vim.filetype.add({extension = {star = 'python'}})