This repository was archived by the owner on Apr 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ local core_modules = {
29
29
}
30
30
modules .enabled_modules = vim .tbl_deep_extend (" keep" , core_modules , dofile (modules .source ))
31
31
32
- local system = require (" doom.core.system" )
33
-
34
32
local keymaps_service = require (" doom.services.keymaps" )
35
33
local commands_service = require (" doom.services.commands" )
36
34
local autocmds_service = require (" doom.services.autocommands" )
Original file line number Diff line number Diff line change @@ -227,14 +227,6 @@ lsp.configs["nvim-cmp"] = function()
227
227
228
228
local replace_termcodes = utils .replace_termcodes
229
229
230
- local source_map = {
231
- nvim_lsp = " [LSP]" ,
232
- luasnip = " [Snp]" ,
233
- buffer = " [Buf]" ,
234
- nvim_lua = " [Lua]" ,
235
- path = " [Path]" ,
236
- }
237
-
238
230
--- Helper function to check what <Tab> behaviour to use
239
231
--- @return boolean
240
232
local function check_backspace ()
Original file line number Diff line number Diff line change 1
- local utils = require (" doom.utils" )
2
-
3
1
local cc = {}
4
2
5
3
cc .settings = {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ lua.settings = {
76
76
-- for your Neovim config directory, the config.library settings will be used as is
77
77
-- for plugin directories (root_dirs having a /lua directory), config.library.plugins will be disabled
78
78
-- for any other directory, config.library.enabled will be set to false
79
- override = function (root_dir , options ) end ,
79
+ override = function (_root_dir , _options ) end ,
80
80
-- With lspconfig, Neodev will automatically setup your lua-language-server
81
81
-- If you disable this, then you have to set {before_init=require("neodev.lsp").before_init}
82
82
-- in your lsp start options
You can’t perform that action at this time.
0 commit comments